MergingProperties Methods
Provides attached properties that control the bar merging behavior.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetAllowMerging(DependencyObject) static | Obsolete. Gets the value of the MergingProperties.AllowMerging attached property for a specific object. |
GetElementMergingBehavior(DependencyObject) static | Gets the value of the MergingProperties.ElementMergingBehavior attached property for a specific object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetHideElements(DependencyObject) static | Gets the value of the MergingProperties.HideElements attached property for a specific object. |
GetName(DependencyObject) static | Gets the value of the MergingProperties.Name attached property for a specific object. |
GetToolBarMergeStyle(DependencyObject) static | Gets the value of the MergingProperties.ToolBarMergeStyle attached property for a specific object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SetAllowMerging(DependencyObject, Nullable<Boolean>) static | Obsolete. Sets the value of the MergingProperties.AllowMerging attached property for a specific object. |
SetElementMergingBehavior(DependencyObject, ElementMergingBehavior) static | Sets the value of the MergingProperties.ElementMergingBehavior attached property for a specific object. |
SetHideElements(DependencyObject, Boolean) static | Sets the value of the MergingProperties.HideElements attached property for a specific object. |
SetName(DependencyObject, String) static | Sets the value of the MergingProperties.Name attached property for a specific object. |
SetToolBarMergeStyle(DependencyObject, ToolBarMergeStyle) static | Sets the value of the MergingProperties.ToolBarMergeStyle attached property for a specific object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also