2 instantiations of NameScopePropertyAttribute
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
17var attribute = new NameScopePropertyAttribute(name); 28var attribute = new NameScopePropertyAttribute(name, type);
5 references to NameScopePropertyAttribute
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
403object obj = GetCustomAttribute(typeof(XAML3.NameScopePropertyAttribute), xamlType.UnderlyingType); 404XAML3.NameScopePropertyAttribute nspAttr = obj as XAML3.NameScopePropertyAttribute;
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
17var attribute = new NameScopePropertyAttribute(name); 28var attribute = new NameScopePropertyAttribute(name, type);