2 instantiations of NameScopePropertyAttribute
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
16var attribute = new NameScopePropertyAttribute(name); 27var attribute = new NameScopePropertyAttribute(name, type);
4 references to NameScopePropertyAttribute
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
416object obj = GetCustomAttribute(typeof(XAML3.NameScopePropertyAttribute), xamlType.UnderlyingType); 417if (obj is XAML3.NameScopePropertyAttribute nspAttr)
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
16var attribute = new NameScopePropertyAttribute(name); 27var attribute = new NameScopePropertyAttribute(name, type);