9 references to GetRow
Microsoft.Maui.Controls (9)
LegacyLayouts\Grid.cs (3)
186
int row =
GetRow
(view);
389
this.Max<View, int?>(w =>
GetRow
(w) + GetRowSpan(w)) ?? 0,
403
return
GetRow
(bo);
LegacyLayouts\GridCalc.cs (6)
28
int r =
GetRow
(child);
500
lastRow = Math.Max(lastRow,
GetRow
(w) + GetRowSpan(w) - 1);
797
int childRow =
GetRow
(child);
816
int index =
GetRow
(child);
838
int index =
GetRow
(child);
858
int index =
GetRow
(child);