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