2 writes to MinimumHeight
Microsoft.Maui.Controls (2)
LegacyLayouts\GridCalc.cs (2)
207
row.
MinimumHeight
= minimumHeight;
745
row.
MinimumHeight
= minimumHeight;
8 references to MinimumHeight
Microsoft.Maui.Controls (8)
LegacyLayouts\GridCalc.cs (8)
189
double minimumHeight = row.
MinimumHeight
;
347
contractionSpace += r.ActualHeight - r.
MinimumHeight
;
359
double availableSpace = row.ActualHeight - row.
MinimumHeight
;
460
if (row.
MinimumHeight
> starRowMinHeight)
462
starRowMinHeight = row.
MinimumHeight
;
465
contractionSpace += row.ActualHeight - row.
MinimumHeight
;
724
double minimumHeight = row.
MinimumHeight
;
759
starRowMinHeight = Math.Max(starRowMinHeight, row.
MinimumHeight
/ row.Height.Value);