2 writes to _definitionIndices
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
386
_definitionIndices
= null;
3104
_definitionIndices
= new int[requiredLength];
6 references to _definitionIndices
PresentationFramework (6)
System\Windows\Controls\Grid.cs (6)
383
if (
_definitionIndices
!= null)
385
Array.Clear(
_definitionIndices
, 0,
_definitionIndices
.Length);
3102
if (
_definitionIndices
== null ||
_definitionIndices
.Length < requiredLength)
3107
return
_definitionIndices
;