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)
407
Type ownerType = nspAttr.
Type
;
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
19
Assert.Null(attribute.
Type
);
30
Assert.Equal(type, attribute.
Type
);