2 instantiations of ElementKey
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
540
subItem.SetKey(new
ElementKey
(entry.Key, keyType, subItem));
1197
item.SetKey(new
ElementKey
(entry.Key, typeof(object), item));
2 references to ElementKey
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
195
internal void SetKey(
ElementKey
key)
434
private
ElementKey
_key;