3 implementations of PlatformArrange
Microsoft.Maui (3)
Handlers\Border\BorderHandler.cs (1)
68 public override void PlatformArrange(Rect rect)
Handlers\View\ViewHandler.cs (1)
181 public abstract void PlatformArrange(Rect frame);
Handlers\View\ViewHandlerOfT.Standard.cs (1)
7 public override void PlatformArrange(Rect rect)
6 references to PlatformArrange
Microsoft.Maui.Controls (6)
ContentPage\ContentPage.cs (1)
88 Handler?.PlatformArrange(Frame);
ContentPresenter.cs (1)
124 Handler?.PlatformArrange(Frame);
ScrollView\ScrollView.cs (1)
463 Handler?.PlatformArrange(Frame);
TemplatedView\TemplatedView.cs (1)
143 Handler?.PlatformArrange(Frame);
VisualElement\VisualElement.cs (2)
1908 /// <remarks>Subclasses will stil want to call <see cref="ArrangeOverride"/> on the base class or call <see cref="IViewHandler.PlatformArrange"/> on the <see cref="Handler"/> .</remarks> 1912 Handler?.PlatformArrange(Frame);