BindingOperations Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ClearAllBindings | Removes all bindings, including bindings of type Binding, MultiBinding, and PriorityBinding, from the specified DependencyObject. |
| ClearBinding | Removes the binding from a property if there is one. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetBinding | Retrieves the Binding object that is set on the specified property. |
| GetBindingBase | Retrieves the BindingBase object that is set on the specified property. |
| GetBindingExpression | Returns the BindingExpression object associated with the specified binding target property on the specified object. |
| GetBindingExpressionBase | Retrieves the BindingExpressionBase object that is set on the specified property. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetMultiBinding | Retrieves the MultiBinding object that is set on the specified property. |
| GetMultiBindingExpression | Returns the MultiBindingExpression object associated with the specified binding target property on the specified object. |
| GetPriorityBinding | Retrieves the PriorityBinding object that is set on the specified property. |
| GetPriorityBindingExpression | Returns the PriorityBindingExpression object associated with the specified binding target property on the specified object. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IsDataBound | Returns a value that indicates whether the specified property is currently data-bound. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetBinding | Creates and associates a new instance of BindingExpressionBase with the specified binding target property. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
BindingOperations ClassSystem.Windows.Data Namespace