1 write to Name
System.Xaml (1)
System\Windows\Markup\NameScopePropertyAttribute.cs (1)
15
Name
= name;
3 references to Name
System.Xaml (1)
System\Xaml\Schema\TypeReflector.cs (1)
408
string propertyName = nspAttr.
Name
;
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
18
Assert.Equal(name, attribute.
Name
);
29
Assert.Equal(name, attribute.
Name
);