2 writes to _zLut
PresentationFramework (2)
src\Framework\System\Windows\Controls\Panel.cs (2)
1054_zLut = new int[count]; 1064_zLut = null;
5 references to _zLut
PresentationFramework (5)
src\Framework\System\Windows\Controls\Panel.cs (5)
391int visualIndex = _zLut != null ? _zLut[index] : index; 1052if (_zLut == null || _zLut.Length != count) 1059_zLut[i] = (int)(stableKeyValues[i] & 0xffffffff);