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)
420
string propertyName = nspAttr.
Name
;
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
17
Assert.Equal(name, attribute.
Name
);
28
Assert.Equal(name, attribute.
Name
);