2 implementations of CrossPlatformArrange
Microsoft.Maui.Controls (2)
Border\Border.cs (1)
262 public Size CrossPlatformArrange(Graphics.Rect bounds)
ContentPage\ContentPage.cs (1)
144 Size IContentView.CrossPlatformArrange(Rect bounds)
1 reference to CrossPlatformArrange
Microsoft.Maui (1)
Core\IContentView.cs (1)
33 Size ICrossPlatformLayout.CrossPlatformArrange(Microsoft.Maui.Graphics.Rect bounds) => CrossPlatformArrange(bounds);