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)
387int visualIndex = _zLut != null ? _zLut[index] : index; 1042if (_zLut == null || _zLut.Length != count) 1049_zLut[i] = (int)(stableKeyValues[i] & 0xffffffff);