2 writes to _zLut
PresentationFramework (2)
System\Windows\Controls\Panel.cs (2)
1036_zLut = new int[count]; 1046_zLut = null;
5 references to _zLut
PresentationFramework (5)
System\Windows\Controls\Panel.cs (5)
379int visualIndex = _zLut != null ? _zLut[index] : index; 1034if (_zLut == null || _zLut.Length != count) 1041_zLut[i] = (int)(stableKeyValues[i] & 0xffffffff);