2 writes to _zLut
PresentationFramework (2)
System\Windows\Controls\Panel.cs (2)
1044
_zLut
= new int[count];
1054
_zLut
= null;
5 references to _zLut
PresentationFramework (5)
System\Windows\Controls\Panel.cs (5)
387
int visualIndex =
_zLut
!= null ?
_zLut
[index] : index;
1042
if (
_zLut
== null ||
_zLut
.Length != count)
1049
_zLut
[i] = (int)(stableKeyValues[i] & 0xffffffff);