2 implementations of CrossPlatformMeasure
Microsoft.Maui.Controls (2)
Border\Border.cs (1)
269
public Size
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
ContentPage\ContentPage.cs (1)
148
Size IContentView.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
1 reference to CrossPlatformMeasure
Microsoft.Maui (1)
Core\IContentView.cs (1)
34
Size ICrossPlatformLayout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) =>
CrossPlatformMeasure
(widthConstraint, heightConstraint);