9 instantiations of DictionaryKeyPropertyAttribute
PresentationFramework (5)
System\Windows\Controls\ItemContainerTemplate.cs (1)
12[DictionaryKeyProperty("ItemContainerTemplateKey")]
System\Windows\ControlTemplate.cs (1)
27[DictionaryKeyProperty("TargetType")]
System\Windows\DataTemplate.cs (1)
20[DictionaryKeyProperty("DataTemplateKey")]
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
397result = (_dictionaryKeyPropertyName == null) ? null : new DictionaryKeyPropertyAttribute(_dictionaryKeyPropertyName);
System\Windows\Style.cs (1)
17[DictionaryKeyProperty("TargetType")]
System.Xaml.Tests (4)
System\Windows\Markup\DictionaryKeyPropertyAttributeTests.cs (1)
16var attribute = new DictionaryKeyPropertyAttribute(name);
System\Xaml\XamlTypeTests.cs (3)
439GetCustomAttributesAction = (attributeType, inherit) => new object[] { new DictionaryKeyPropertyAttribute("name") } 709[DictionaryKeyPropertyAttribute("keyName")] 717[DictionaryKeyPropertyAttribute(null!)]
5 references to DictionaryKeyPropertyAttribute
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
395else if (attributeType == typeof(DictionaryKeyPropertyAttribute))
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
85if (attributeType == typeof(DictionaryKeyPropertyAttribute)) 87return ((DictionaryKeyPropertyAttribute)attributes[0]).Name;
System\Xaml\XamlType.cs (1)
686attributeType = typeof(DictionaryKeyPropertyAttribute);
System.Xaml.Tests (1)
System\Windows\Markup\DictionaryKeyPropertyAttributeTests.cs (1)
16var attribute = new DictionaryKeyPropertyAttribute(name);