2 implementations of CrossPlatformMeasure
Microsoft.Maui.Controls (2)
Layout\FlexLayout.cs (1)
468
new public Graphics.Size
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
Layout\Layout.cs (1)
347
public Graphics.Size
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
1 reference to CrossPlatformMeasure
Microsoft.Maui (1)
Core\ILayout.cs (1)
30
Size ICrossPlatformLayout.CrossPlatformMeasure(double widthConstraint, double heightConstraint) =>
CrossPlatformMeasure
(widthConstraint, heightConstraint);