1 write to _cells
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
140
_cells
= new Cell[_childrenToLayOut.Length];
11 references to _cells
Microsoft.Maui (11)
Layouts\GridLayoutManager.cs (11)
234
_cells
[n] = cell;
389
for (int n = 0; n <
_cells
.Length; n++)
391
var cell =
_cells
[n];
436
foreach (var cell in
_cells
)
633
foreach (var cell in
_cells
)
671
foreach (var cell in
_cells
)
693
foreach (var cell in
_cells
)
713
for (int n = 0; n <
_cells
.Length; n++)
715
var cell =
_cells
[n];
737
for (int n = 0; n <
_cells
.Length; n++)
739
var cell =
_cells
[n];