15 references to GetRowSpan
Microsoft.Maui.Controls (15)
LegacyLayouts\Grid.cs (3)
187
int rowSpan =
GetRowSpan
(view);
389
this.Max<View, int?>(w => GetRow(w) +
GetRowSpan
(w)) ?? 0,
423
return
GetRowSpan
(bo);
LegacyLayouts\GridCalc.cs (12)
30
int rs =
GetRowSpan
(child);
193
if (!child.IsVisible ||
GetRowSpan
(child) != rowspan || !IsInRow(child, i) || NumberOfUnsetRowHeight(child) > 1)
201
actualHeight = Math.Max(actualHeight, sizeRequest.Request.Height - assignedHeight - grid.RowSpacing * (
GetRowSpan
(child) - 1));
202
minimumHeight = Math.Max(minimumHeight, sizeRequest.Minimum.Height - assignedHeight - grid.RowSpacing * (
GetRowSpan
(child) - 1));
500
lastRow = Math.Max(lastRow, GetRow(w) +
GetRowSpan
(w) - 1);
579
double deltaHeight = requiredHeight - assignedHeight - (
GetRowSpan
(child) - 1) * grid.RowSpacing;
728
if (!child.IsVisible ||
GetRowSpan
(child) != rowspan || !IsInRow(child, i) || NumberOfUnsetRowHeight(child) > 1)
737
var rowSpacing = (
GetRowSpan
(child) - 1) * grid.RowSpacing;
798
int span =
GetRowSpan
(child);
817
int span =
GetRowSpan
(child);
839
int span =
GetRowSpan
(child);
859
int span =
GetRowSpan
(child);