| Bind(AvaloniaProperty, IBinding) |
Binds a AvaloniaProperty to an IBinding.
|
| Bind(AvaloniaProperty, IObservableObject, BindingPriority) |
Binds a AvaloniaProperty to an observable.
|
| BindT(DirectPropertyBaseT, IObservableT) |
Binds a AvaloniaProperty to an observable.
|
| BindT(DirectPropertyBaseT, IObservableBindingValueT) |
Binds a AvaloniaProperty to an observable.
|
| BindT(DirectPropertyBaseT, IObservableObject) |
Binds a AvaloniaProperty to an observable.
|
| BindT(StyledPropertyT, IObservableT, BindingPriority) |
Binds a AvaloniaProperty to an observable.
|
| BindT(StyledPropertyT, IObservableBindingValueT, BindingPriority) |
Binds a AvaloniaProperty to an observable.
|
| BindT(StyledPropertyT, IObservableObject, BindingPriority) |
Binds a AvaloniaProperty to an observable.
|
| CheckAccess |
Returns a value indicating whether the current thread is the UI thread.
|
| ClearValue(AvaloniaProperty) |
Clears a AvaloniaProperty's local value.
|
| ClearValueT(AvaloniaPropertyT) |
Clears a AvaloniaProperty's local value.
|
| ClearValueT(DirectPropertyBaseT) |
Clears a AvaloniaProperty's local value.
|
| ClearValueT(StyledPropertyT) |
Clears a AvaloniaProperty's local value.
|
| CoerceValue(AvaloniaProperty) |
Coerces the specified AvaloniaProperty.
|
| Equals(Object) |
Compares two objects using reference equality.
(Overrides ObjectEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetBaseValueT(StyledPropertyT) |
Gets an AvaloniaProperty base value.
|
| GetHashCode |
Gets the hash code for the object.
(Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue(AvaloniaProperty) |
Gets a AvaloniaProperty value.
|
| GetValueT(DirectPropertyBaseT) |
Gets a AvaloniaProperty value.
|
| GetValueT(StyledPropertyT) |
Gets a AvaloniaProperty value.
|
| IsAnimating(AvaloniaProperty) |
Checks whether a AvaloniaProperty is animating.
|
| IsSet(AvaloniaProperty) |
Checks whether a AvaloniaProperty is set on this object.
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged(AvaloniaPropertyChangedEventArgs) |
Called when a avalonia property changes on the object.
|
| OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs) |
Called when a avalonia property changes on the object.
|
| RaisePropertyChangedT(DirectPropertyBaseT, T, T) |
Raises the PropertyChanged event for a direct property.
|
| SetAndRaiseT(DirectPropertyBaseT, T, T) |
Sets the backing field for a direct avalonia property, raising the
PropertyChanged event if the value has changed.
|
| SetCurrentValue(AvaloniaProperty, Object) |
Sets the value of a dependency property without changing its value source.
|
| SetCurrentValueT(StyledPropertyT, T) |
Sets the value of a dependency property without changing its value source.
|
| SetValue(AvaloniaProperty, Object, BindingPriority) |
Sets a AvaloniaProperty value.
|
| SetValueT(DirectPropertyBaseT, T) |
Sets a AvaloniaProperty value.
|
| SetValueT(StyledPropertyT, T, BindingPriority) |
Sets a AvaloniaProperty value.
|
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UpdateDataValidation(AvaloniaProperty, BindingValueType, Exception) |
Called to update the validation state for properties for which data validation is
enabled.
|
| VerifyAccess |
Checks that the current thread is the UI thread and throws if not.
|