Table of Contents

Method GetNameScopeFromObject

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

GetNameScopeFromObject(XamlObject)

Gets the XAML namescope for the specified object.

public static INameScope GetNameScopeFromObject(XamlObject obj)

Parameters

obj XamlObject

The object to get the XAML namescope for.

Returns

INameScope

A XAML namescope, as an INameScope instance.