2 writes to _definitionIndices
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
385
_definitionIndices
= null;
3103
_definitionIndices
= new int[requiredLength];
6 references to _definitionIndices
PresentationFramework (6)
System\Windows\Controls\Grid.cs (6)
382
if (
_definitionIndices
!= null)
384
Array.Clear(
_definitionIndices
, 0,
_definitionIndices
.Length);
3101
if (
_definitionIndices
== null ||
_definitionIndices
.Length < requiredLength)
3106
return
_definitionIndices
;