7 implementations of CrossPlatformArrange
Microsoft.Maui.Controls (7)
Border\Border.cs (1)
262
public Size
CrossPlatformArrange
(Graphics.Rect bounds)
ContentPage\ContentPage.cs (1)
98
Size ICrossPlatformLayout.
CrossPlatformArrange
(Rect bounds)
ContentPresenter.cs (1)
128
Size ICrossPlatformLayout.
CrossPlatformArrange
(Rect bounds)
Frame\Frame.cs (1)
112
Size ICrossPlatformLayout.
CrossPlatformArrange
(Graphics.Rect bounds)
Layout\Layout.cs (1)
352
public Graphics.Size
CrossPlatformArrange
(Graphics.Rect bounds)
ScrollView\ScrollView.cs (1)
468
Size ICrossPlatformLayout.
CrossPlatformArrange
(Rect bounds)
TemplatedView\TemplatedView.cs (1)
147
Size ICrossPlatformLayout.
CrossPlatformArrange
(Rect bounds)
2 references to CrossPlatformArrange
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (1)
143
return (this as ICrossPlatformLayout).
CrossPlatformArrange
(bounds);
LegacyLayouts\Layout.cs (1)
741
/// <inheritdoc cref="ICrossPlatformLayout.
CrossPlatformArrange
(Rect)" />