7 references to Fixed
Microsoft.Maui.Controls (7)
Cells\ViewCell.cs (1)
34 _view.ComputedConstraint = LayoutConstraint.Fixed;
LegacyLayouts\Layout.cs (2)
560 if ((trigger == InvalidationTrigger.MeasureChanged && view.Constraint == LayoutConstraint.Fixed) || 561 (trigger == InvalidationTrigger.SizeRequestChanged && view.ComputedConstraint == LayoutConstraint.Fixed))
LegacyLayouts\StackLayout.cs (4)
365 if (isOnlyExpander && view.HorizontalOptions.Alignment == LayoutAlignment.Fill && Constraint == LayoutConstraint.Fixed) 367 view.ComputedConstraint = LayoutConstraint.Fixed; 383 if (isOnlyExpander && view.VerticalOptions.Alignment == LayoutAlignment.Fill && Constraint == LayoutConstraint.Fixed) 385 view.ComputedConstraint = LayoutConstraint.Fixed;