Base:
method
OnMeasure
Microsoft.Maui.Controls.VisualElement.OnMeasure(System.Double, System.Double)
2 overrides of OnMeasure
Microsoft.Maui.Controls (2)
IndicatorView\IndicatorView.cs (1)
134
protected override SizeRequest
OnMeasure
(double widthConstraint, double heightConstraint)
RadioButton\RadioButton.cs (1)
293
protected override SizeRequest
OnMeasure
(double widthConstraint, double heightConstraint)
2 references to OnMeasure
Microsoft.Maui.Controls (2)
IndicatorView\IndicatorView.cs (1)
141
return base.
OnMeasure
(widthConstraint, heightConstraint);
RadioButton\RadioButton.cs (1)
300
return base.
OnMeasure
(widthConstraint, heightConstraint);