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