1 write to Name
System.Xaml (1)
System\Windows\Markup\DictionaryKeyPropertyAttribute.cs (1)
14Name = name;
2 references to Name
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
87return ((DictionaryKeyPropertyAttribute)attributes[0]).Name;
System.Xaml.Tests (1)
System\Windows\Markup\DictionaryKeyPropertyAttributeTests.cs (1)
17Assert.Equal(name, attribute.Name);