7 implementations of CrossPlatformArrange
Microsoft.Maui.Controls (7)
Border\Border.cs (1)
262
public Size
CrossPlatformArrange
(Graphics.Rect bounds)
ContentPage\ContentPage.cs (1)
101
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)
354
public Graphics.Size
CrossPlatformArrange
(Graphics.Rect bounds)
ScrollView\ScrollView.cs (1)
471
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)
146
return (this as ICrossPlatformLayout).
CrossPlatformArrange
(bounds);
LegacyLayouts\Layout.cs (1)
748
/// <inheritdoc cref="ICrossPlatformLayout.
CrossPlatformArrange
(Rect)" />