1 write to Type
System.Xaml (1)
System\Windows\Markup\NameScopePropertyAttribute.cs (1)
20Type = type;
3 references to Type
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
407Type ownerType = nspAttr.Type;
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
19Assert.Null(attribute.Type); 30Assert.Equal(type, attribute.Type);