2 instantiations of InstanceValueKey
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
1624
InstanceValueKey key = new
InstanceValueKey
(childIndex, dp.GlobalIndex, i);
2912
InstanceValueKey key = new
InstanceValueKey
(childIndex, dp.GlobalIndex, i);
4 references to InstanceValueKey
PresentationFramework (4)
System\Windows\StyleHelper.cs (4)
1624
InstanceValueKey
key = new InstanceValueKey(childIndex, dp.GlobalIndex, i);
2912
InstanceValueKey
key = new InstanceValueKey(childIndex, dp.GlobalIndex, i);
6111
InstanceValueKey
key = o as
InstanceValueKey
;