9 implementations of CrossPlatformArrange
Microsoft.Maui (2)
Core\IContentView.cs (1)
33 Size ICrossPlatformLayout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) => CrossPlatformArrange(bounds);
Core\ILayout.cs (1)
29 Size ICrossPlatformLayout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) => CrossPlatformArrange(bounds);
Microsoft.Maui.Controls (7)
Border\Border.cs (1)
262 public Size CrossPlatformArrange(Graphics.Rect bounds)
ContentPage\ContentPage.cs (1)
100 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)
470 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)
145 return (this as ICrossPlatformLayout).CrossPlatformArrange(bounds);
LegacyLayouts\Layout.cs (1)
748 /// <inheritdoc cref="ICrossPlatformLayout.CrossPlatformArrange(Rect)" />