2 instantiations of ElementKey
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
525subItem.SetKey(new ElementKey(entry.Key, keyType, subItem)); 1179item.SetKey(new ElementKey(entry.Key, typeof(object), item));
2 references to ElementKey
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
190internal void SetKey(ElementKey key) 419private ElementKey _key;