6 instantiations of DictionaryKeyPropertyAttribute
PresentationFramework (5)
System\Windows\Controls\ItemContainerTemplate.cs (1)
13[DictionaryKeyProperty("ItemContainerTemplateKey")]
System\Windows\ControlTemplate.cs (1)
31[DictionaryKeyProperty("TargetType")]
System\Windows\DataTemplate.cs (1)
21[DictionaryKeyProperty("DataTemplateKey")]
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
401result = (_dictionaryKeyPropertyName == null) ? null : new DictionaryKeyPropertyAttribute(_dictionaryKeyPropertyName);
System\Windows\Style.cs (1)
37[DictionaryKeyProperty("TargetType")]
System.Xaml.Tests (1)
System\Windows\Markup\DictionaryKeyPropertyAttributeTests.cs (1)
18var attribute = new DictionaryKeyPropertyAttribute(name);
5 references to DictionaryKeyPropertyAttribute
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
399else if (attributeType == typeof(DictionaryKeyPropertyAttribute))
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
84if (attributeType == typeof(DictionaryKeyPropertyAttribute)) 86return ((DictionaryKeyPropertyAttribute)attributes[0]).Name;
System\Xaml\XamlType.cs (1)
649attributeType = typeof(DictionaryKeyPropertyAttribute);
System.Xaml.Tests (1)
System\Windows\Markup\DictionaryKeyPropertyAttributeTests.cs (1)
18var attribute = new DictionaryKeyPropertyAttribute(name);