| Bind(AvaloniaProperty, IBinding) |
Binds a AvaloniaProperty to an IBinding.
(Inherited from AvaloniaObject) |
| Bind(AvaloniaProperty, IObservableObject, BindingPriority) |
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject) |
| BindT(DirectPropertyBaseT, IObservableT) |
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject) |
| BindT(DirectPropertyBaseT, IObservableBindingValueT) |
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject) |
| BindT(DirectPropertyBaseT, IObservableObject) |
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject) |
| BindT(StyledPropertyT, IObservableT, BindingPriority) |
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject) |
| BindT(StyledPropertyT, IObservableBindingValueT, BindingPriority) |
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject) |
| BindT(StyledPropertyT, IObservableObject, BindingPriority) |
Binds a AvaloniaProperty to an observable.
(Inherited from AvaloniaObject) |
| CheckAccess |
Returns a value indicating whether the current thread is the UI thread.
(Inherited from AvaloniaObject) |
| ClearValue(AvaloniaProperty) |
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject) |
| ClearValueT(AvaloniaPropertyT) |
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject) |
| ClearValueT(DirectPropertyBaseT) |
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject) |
| ClearValueT(StyledPropertyT) |
Clears a AvaloniaProperty's local value.
(Inherited from AvaloniaObject) |
| CoerceValue(AvaloniaProperty) |
Coerces the specified AvaloniaProperty.
(Inherited from AvaloniaObject) |
| Equals(Object) |
Compares two objects using reference equality.
(Inherited from AvaloniaObject) |
| GetBaseValueT(StyledPropertyT) |
Gets an AvaloniaProperty base value.
(Inherited from AvaloniaObject) |
| GetHashCode |
Gets the hash code for the object.
(Inherited from AvaloniaObject) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue(AvaloniaProperty) |
Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject) |
| GetValueT(DirectPropertyBaseT) |
Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject) |
| GetValueT(StyledPropertyT) |
Gets a AvaloniaProperty value.
(Inherited from AvaloniaObject) |
| IsAnimating(AvaloniaProperty) |
Checks whether a AvaloniaProperty is animating.
(Inherited from AvaloniaObject) |
| IsSet(AvaloniaProperty) |
Checks whether a AvaloniaProperty is set on this object.
(Inherited from AvaloniaObject) |
| SetCurrentValue(AvaloniaProperty, Object) |
Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject) |
| SetCurrentValueT(StyledPropertyT, T) |
Sets the value of a dependency property without changing its value source.
(Inherited from AvaloniaObject) |
| SetValue(AvaloniaProperty, Object, BindingPriority) |
Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject) |
| SetValueT(DirectPropertyBaseT, T) |
Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject) |
| SetValueT(StyledPropertyT, T, BindingPriority) |
Sets a AvaloniaProperty value.
(Inherited from AvaloniaObject) |
| ToImmutable |
Converts a transform to an immutable transform.
(Inherited from Transform) |
| ToString |
Returns a String representing this transform matrix instance.
(Inherited from Transform) |
| VerifyAccess |
Checks that the current thread is the UI thread and throws if not.
(Inherited from AvaloniaObject) |