1 write to _dpIndex
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
6123
_dpIndex
= dpIndex;
3 references to _dpIndex
PresentationFramework (3)
System\Windows\StyleHelper.cs (3)
6133
return (_childIndex == key._childIndex) && (
_dpIndex
== key.
_dpIndex
) && (_index == key._index);
6140
return (20000*_childIndex + 20*
_dpIndex
+ _index);