1 write to ViewHandler
Microsoft.Maui.Controls.Compatibility (1)
iOS\HandlerToRendererShim.cs (1)
16 ViewHandler = vh;
9 references to ViewHandler
Microsoft.Maui.Controls.Compatibility (9)
iOS\HandlerToRendererShim.cs (9)
23 public UIView NativeView => ViewHandler.ContainerView ?? ViewHandler.PlatformView; 25 public UIViewController ViewController => ViewHandler.ViewController; 32 ViewHandler.DisconnectHandler(); 52 ((IView)element).Handler = ViewHandler; 54 if (ViewHandler.VirtualView != element) 55 ViewHandler.SetVirtualView((IView)element); 64 ViewHandler?.PlatformArrange(Element.Bounds); 74 var size = ViewHandler.GetDesiredSize(widthConstraint, heightConstraint);