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)
7 references to PlatformArrange
Microsoft.Maui.Controls (6)
ContentPage\ContentPage.cs (1)
90 Handler?.PlatformArrange(Frame);
ContentPresenter.cs (1)
124 Handler?.PlatformArrange(Frame);
ScrollView\ScrollView.cs (1)
465 Handler?.PlatformArrange(Frame);
TemplatedView\TemplatedView.cs (1)
143 Handler?.PlatformArrange(Frame);
VisualElement\VisualElement.cs (2)
1911 /// <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> 1915 Handler?.PlatformArrange(Frame);
Microsoft.Maui.Controls.Compatibility (1)
iOS\HandlerToRendererShim.cs (1)
64 ViewHandler?.PlatformArrange(Element.Bounds);