3 references to IsNameScope
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
592
return type.
IsNameScope
;
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
794
if (frame.XamlType != null && frame.XamlType.
IsNameScope
)
869
if (inst == null && rootFrame.XamlType.
IsNameScope
)