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