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