The following tables list the members exposed by XamlHelper.
Name | Description | |
---|---|---|
AllowsTransparencyProperty | Identifies the WPF Popup AllowsTransparency attached dependency property | |
CanContentScrollProperty | Identifies the CanContentScroll attached dependency property | |
FocusableProperty | Identifies the Focusable attached dependency property | |
IsExcludedFromWashProperty | Identifies the ResourceWasher IsExcludedFromWash attached dependency property | |
RecognizesAccessKeyProperty | Identifies the WPF Popup RecognizesAccessKey attached dependency property | |
SnapsToDevicePixelsProperty | Identifies the SnapsToDevicePixels attached dependency property | |
StaysOpenProperty | Identifies the WPF Popup StaysOpen attached dependency property | |
TabNavigationProperty | Identifies the TabNavigation attached dependency property | |
UpdateBindingOnTextPropertyChangedProperty | Identifies the UpdateBindingOnTextPropertyChanged attached dependency property which can be set on a TextBox to control whether changes to the TextBox's Text property forces an immediate update of the binding Target the same way that an UpdateSourceTrigger = PropertyChanged works in WPF. | |
WashGroupProperty | Identifies the ResourceWasher WashGroup attached dependency property |
Name | Description | |
---|---|---|
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
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. |
Name | Description | |
---|---|---|
OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |