| Name | Description |
| ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| Equals | (Inherited from System.Windows.DependencyObject) |
| GetAllowsTransparency | Used to change the AllowsTransparency value of a popup in WPF. |
| GetCanContentScroll | Used to change the CanContentScroll value of a ScrollViewer in WPF. |
| GetFocusable | Used to change the Focusable value of a UIElement in WPF. |
| GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| GetIsExcludedFromWash | Gets the value of the IsExcludedFromWash attached property. |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| GetRecognizesAccessKey | Used to change the RecognizesAccessKey value of a popup in WPF. |
| GetSnapsToDevicePixels | Used to change the SnapsToDevicePixels value of a UIElement in WPF. |
| GetStaysOpen | Used to change the StaysOpen value of a Popup in WPF. |
| GetTabNavigation | Gets the value of the attached TabNavigation DependencyProperty. |
| GetUpdateBindingOnTextPropertyChanged | Gets the value of the attached UpdateBindingOnTextPropertyChanged DependencyProperty. |
| GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| GetWashGroup | Gets the value of the WashGroup attached property. |
| InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
| SetAllowsTransparency | Sets the value of the attached AllowsTransparency DependencyProperty. |
| SetCanContentScroll | Sets the value of the attached CanContentScroll DependencyProperty. |
| SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
| SetFocusable | Sets the value of the attached Focusable DependencyProperty. |
| SetIsExcludedFromWash | Sets the value of the attached IsExcludedFromWash property. |
| SetRecognizesAccessKey | Sets the value of the attached RecognizesAccessKey DependencyProperty. |
| SetSnapsToDevicePixels | Sets the value of the attached SnapsToDevicePixels DependencyProperty. |
| SetStaysOpen | Sets the value of the attached StaysOpen DependencyProperty. |
| SetTabNavigation | Sets the value of the attached TabNavigation DependencyProperty. |
| SetUpdateBindingOnTextPropertyChanged | Sets the value of the attached UpdateBindingOnTextPropertyChanged DependencyProperty. |
| SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
| SetWashGroup | Sets the value of the attached WashGroup property. |