Table of Contents

Class NameScopeHelper

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Static methods to help with INameScope operations on Xaml elements.

public static class NameScopeHelper
Inheritance
NameScopeHelper

Methods

ClearNameScopeProperty(object)

Clears the NameScopeProperty if the object is a 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.