9 references to DictionaryKeyPropertyAttribute
PresentationFramework (5)
System\Windows\Controls\ItemContainerTemplate.cs (1)
13
[
DictionaryKeyProperty
("ItemContainerTemplateKey")]
System\Windows\ControlTemplate.cs (1)
28
[
DictionaryKeyProperty
("TargetType")]
System\Windows\DataTemplate.cs (1)
21
[
DictionaryKeyProperty
("DataTemplateKey")]
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
398
result = (_dictionaryKeyPropertyName == null) ? null : new
DictionaryKeyPropertyAttribute
(_dictionaryKeyPropertyName);
System\Windows\Style.cs (1)
18
[
DictionaryKeyProperty
("TargetType")]
System.Xaml.Tests (4)
System\Windows\Markup\DictionaryKeyPropertyAttributeTests.cs (1)
16
var attribute = new
DictionaryKeyPropertyAttribute
(name);
System\Xaml\XamlTypeTests.cs (3)
439
GetCustomAttributesAction = (attributeType, inherit) => new object[] { new
DictionaryKeyPropertyAttribute
("name") }
709
[
DictionaryKeyPropertyAttribute
("keyName")]
717
[
DictionaryKeyPropertyAttribute
(null!)]