GetNameScopeFromObject Method
GetNameScopeFromObject(XamlObject)
Gets the XAML namescope for the specified object.
Declaration
public static INameScope GetNameScopeFromObject(XamlObject obj)
Parameters
Type | Name | Description |
---|---|---|
XamlObject | obj | The object to get the XAML namescope for. |
Returns
Type | Description |
---|---|
System.Windows.Markup.INameScope | A XAML namescope, as an System.Windows.Markup.INameScope instance. |