NameScopeHelper Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Static methods to help with System.Windows.Markup.INameScope operations on Xaml elements.
Inheritance
System.Object
NameScopeHelper
Syntax
public static class NameScopeHelper
Methods
ClearNameScopeProperty(Object) | Clears the System.Windows.NameScope.NameScopeProperty if the object is a System.Windows.DependencyObject. |
GetNameScopeFromObject(XamlObject) | Gets the XAML namescope for the specified object. |
NameChanged(XamlObject, String, String) | Finds the XAML namescope for the specified object and uses it to unregister the old name and then register the new name. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()