10 implementations of CrossPlatformMeasure
Microsoft.Maui (2)
Core\IContentView.cs (1)
34
Size ICrossPlatformLayout.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint) => CrossPlatformMeasure(widthConstraint, heightConstraint);
Core\ILayout.cs (1)
30
Size ICrossPlatformLayout.
CrossPlatformMeasure
(double widthConstraint, double heightConstraint) => CrossPlatformMeasure(widthConstraint, heightConstraint);
Microsoft.Maui.Controls (8)
Border\Border.cs (1)
269
public Size
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
ContentPage\ContentPage.cs (1)
94
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)
349
public Graphics.Size
CrossPlatformMeasure
(double widthConstraint, double heightConstraint)
ScrollView\ScrollView.cs (1)
434
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)
150
return (this as ICrossPlatformLayout).
CrossPlatformMeasure
(widthConstraint, heightConstraint);
LegacyLayouts\Layout.cs (1)
740
/// <inheritdoc cref="ICrossPlatformLayout.
CrossPlatformMeasure
(double, double)" />