3 references to IsNameScope
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
576
return type.
IsNameScope
;
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
800
if (frame.XamlType is not null && frame.XamlType.
IsNameScope
)
881
if (inst is null && rootFrame.XamlType.
IsNameScope
)