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