4 references to IsNameScope
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
584
return type.
IsNameScope
;
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
802
if (frame.XamlType is not null && frame.XamlType.
IsNameScope
)
883
if (inst is null && rootFrame.XamlType.
IsNameScope
)
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
2742
Assert.Equal(expected, type.
IsNameScope
);