2 writes to _definitionIndices
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
397_definitionIndices = null; 3120_definitionIndices = new int[requiredLength];
6 references to _definitionIndices
PresentationFramework (6)
System\Windows\Controls\Grid.cs (6)
394if (_definitionIndices != null) 396Array.Clear(_definitionIndices, 0, _definitionIndices.Length); 3118if (_definitionIndices == null || _definitionIndices.Length < requiredLength) 3123return _definitionIndices;