Class | Description | |
---|---|---|
SyncableObservableCollection<T> | An observable collection that can sync with another. | |
SyncableObservableCollection<T1,T2> | An observable collection that can sync with another of a different type. | |
TypefaceManager | Can be used to control which Skia Typeface will get loaded for a font family. Should only be used from UI thread. |
Interface | Description | |
---|---|---|
IExecutionContext | Represents an execution context upon which work can be synchronized. |
Delegate | Description | |
---|---|---|
ExecutionContextExecuteCallback | Represents a callback to perfom action syncrhonized with an exeuction context. |