9 references to GetColumn
Microsoft.Maui.Controls (9)
LegacyLayouts\Grid.cs (3)
213
int col =
GetColumn
(view);
394
this.Max<View, int?>(w =>
GetColumn
(w) + GetColumnSpan(w)) ?? 0,
413
return
GetColumn
(bo);
LegacyLayouts\GridCalc.cs (6)
29
int c =
GetColumn
(child);
508
lastCol = Math.Max(lastCol,
GetColumn
(w) + GetColumnSpan(w) - 1);
790
int childColumn =
GetColumn
(child);
805
int index =
GetColumn
(child);
827
int index =
GetColumn
(child);
848
int index =
GetColumn
(child);