2 writes to _definitionIndices
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
388_definitionIndices = null; 3111_definitionIndices = new int[requiredLength];
6 references to _definitionIndices
PresentationFramework (6)
System\Windows\Controls\Grid.cs (6)
385if (_definitionIndices != null) 387Array.Clear(_definitionIndices, 0, _definitionIndices.Length); 3109if (_definitionIndices == null || _definitionIndices.Length < requiredLength) 3114return _definitionIndices;