2 writes to _definitionIndices
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
459_definitionIndices = null; 3178_definitionIndices = new int[requiredLength];
6 references to _definitionIndices
PresentationFramework (6)
src\Framework\System\Windows\Controls\Grid.cs (6)
456if (_definitionIndices != null) 458Array.Clear(_definitionIndices, 0, _definitionIndices.Length); 3176if (_definitionIndices == null || _definitionIndices.Length < requiredLength) 3181return _definitionIndices;