5 overrides of MeasureOverride
Microsoft.Maui.Controls (4)
ContentPage\ContentPage.cs (1)
71 protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
Editor\Editor.cs (1)
139 protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
LegacyLayouts\Layout.cs (1)
390 protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
Shapes\Shape.cs (1)
374 protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
302 protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
5 references to MeasureOverride
Microsoft.Maui.Controls (4)
Editor\Editor.cs (2)
143 return base.MeasureOverride(widthConstraint, heightConstraint); 184 return base.MeasureOverride(widthConstraint, heightConstraint);
Shapes\Shape.cs (1)
376 var result = base.MeasureOverride(widthConstraint, heightConstraint);
VisualElement\VisualElement.cs (1)
1945 DesiredSize = MeasureOverride(widthConstraint, heightConstraint);
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
305 var sizeRequest = base.MeasureOverride(widthConstraint, heightConstraint);