Class Types
Class | Summary |
---|---|
Avalonia |
|
Avalonia |
|
Avalonia |
|
DisposableLock | |
IdentifierParser | |
KeywordParser | |
MathUtilities | Provides math utilities not provided in System.Math. |
NonPumpingLockHelper | |
RefCountable | |
SingleOrDictionary |
Stores either a single key value pair or constructs a dictionary when more than one value is stored. |
SingleOrQueue |
FIFO Queue optimized for holding zero or one items. |
StyleClassParser | |
Synchronous |
Source for incomplete SynchronousCompletionAsyncResult |
TypeUtilities | Provides utilities for working with types at runtime. |
Weak |
Manages subscriptions to events using weak listeners. |
WeakObservable | Provides extension methods for working with weak event handlers. |
Weak |
Manages subscriptions to events using weak listeners. |
WeakTimer |
Interface Types
Interface | Summary |
---|---|
I |
A visitor to resolve an untyped AvaloniaProperty to a typed property.
|
IRef |
A ref-counted wrapper for a disposable object. |
IWeakSubscriber |
Defines a listener to a event subscribed vis the WeakSubscriptionManager .
|
Struct Types
Struct | Summary |
---|---|
CharacterReader | |
Immutable |
|
ReadOnlySlice |
ReadOnlySlice enables the ability to work with a sequence within a region of memory and retains the position in within that region. |
StringTokenizer | |
Synchronous |
A task-like operation that is guaranteed to finish continuations synchronously, can be used for parametrized one-shot events |
ValueSingleOrList |
A list like struct optimized for holding zero or one items. |
ValueSpan |
Pairing of value and positions sharing that value. |