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