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