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)
456
if (
_definitionIndices
!= null)
458
Array.Clear(
_definitionIndices
, 0,
_definitionIndices
.Length);
3176
if (
_definitionIndices
== null ||
_definitionIndices
.Length < requiredLength)
3181
return
_definitionIndices
;