8 implementations of CrossPlatformMeasure
Microsoft.Maui.Controls (8)
Border\Border.cs (1)
269
public Size
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
ContentPage\ContentPage.cs (1)
92
Size ICrossPlatformLayout.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
ContentPresenter.cs (1)
116
Size ICrossPlatformLayout.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
Frame\Frame.cs (1)
122
Size ICrossPlatformLayout.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
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)
ScrollView\ScrollView.cs (1)
432
Size ICrossPlatformLayout.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
TemplatedView\TemplatedView.cs (1)
135
Size ICrossPlatformLayout.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
2 references to CrossPlatformMeasure
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (1)
148
return (this as ICrossPlatformLayout).
CrossPlatformMeasure
(widthConstraint, heightConstraint);
LegacyLayouts\Layout.cs (1)
733
/// <inheritdoc cref="ICrossPlatformLayout.
CrossPlatformMeasure
(double, double)" />