Version

XamlHelper Class Members

The following tables list the members exposed by XamlHelper.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowsTransparencyPropertyIdentifies the WPF Popup AllowsTransparency attached dependency property  
Public Fieldstatic (Shared in Visual Basic)CanContentScrollPropertyIdentifies the CanContentScroll attached dependency property  
Public Fieldstatic (Shared in Visual Basic)FocusablePropertyIdentifies the Focusable attached dependency property  
Public Fieldstatic (Shared in Visual Basic)IsExcludedFromWashPropertyIdentifies the ResourceWasher IsExcludedFromWash attached dependency property  
Public Fieldstatic (Shared in Visual Basic)RecognizesAccessKeyPropertyIdentifies the WPF Popup RecognizesAccessKey attached dependency property  
Public Fieldstatic (Shared in Visual Basic)SnapsToDevicePixelsPropertyIdentifies the SnapsToDevicePixels attached dependency property  
Public Fieldstatic (Shared in Visual Basic)StaysOpenPropertyIdentifies the WPF Popup StaysOpen attached dependency property  
Public Fieldstatic (Shared in Visual Basic)TabNavigationPropertyIdentifies the TabNavigation attached dependency property  
Public Fieldstatic (Shared in Visual Basic)UpdateBindingOnTextPropertyChangedPropertyIdentifies 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.  
Public Fieldstatic (Shared in Visual Basic)WashGroupPropertyIdentifies the ResourceWasher WashGroup attached dependency property  
Public Properties
 NameDescription
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public Methods
 NameDescription
Public MethodClearValueOverloaded. 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)
Public MethodCoerceValueCoerces 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)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetAllowsTransparencyUsed to change the AllowsTransparency value of a popup in WPF.  
Public Methodstatic (Shared in Visual Basic)GetCanContentScrollUsed to change the CanContentScroll value of a ScrollViewer in WPF.  
Public Methodstatic (Shared in Visual Basic)GetFocusableUsed to change the Focusable value of a UIElement in WPF.  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetIsExcludedFromWashGets the value of the IsExcludedFromWash attached property.  
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetRecognizesAccessKeyUsed to change the RecognizesAccessKey value of a popup in WPF.  
Public Methodstatic (Shared in Visual Basic)GetSnapsToDevicePixelsUsed to change the SnapsToDevicePixels value of a UIElement in WPF.  
Public Methodstatic (Shared in Visual Basic)GetStaysOpenUsed to change the StaysOpen value of a Popup in WPF.  
Public Methodstatic (Shared in Visual Basic)GetTabNavigationGets the value of the attached TabNavigation DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)GetUpdateBindingOnTextPropertyChangedGets the value of the attached UpdateBindingOnTextPropertyChanged DependencyProperty.  
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetWashGroupGets the value of the WashGroup attached property.  
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetAllowsTransparencySets the value of the attached AllowsTransparency DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)SetCanContentScrollSets the value of the attached CanContentScroll DependencyProperty.  
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetFocusableSets the value of the attached Focusable DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)SetIsExcludedFromWashSets the value of the attached IsExcludedFromWash property.  
Public Methodstatic (Shared in Visual Basic)SetRecognizesAccessKeySets the value of the attached RecognizesAccessKey DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)SetSnapsToDevicePixelsSets the value of the attached SnapsToDevicePixels DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)SetStaysOpenSets the value of the attached StaysOpen DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)SetTabNavigationSets the value of the attached TabNavigation DependencyProperty.  
Public Methodstatic (Shared in Visual Basic)SetUpdateBindingOnTextPropertyChangedSets the value of the attached UpdateBindingOnTextPropertyChanged DependencyProperty.  
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetWashGroupSets the value of the attached WashGroup property.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedInvoked 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)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
See Also