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