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