1 instantiation of NativeViewWrapper
Microsoft.Maui.Controls.Compatibility (1)
iOS\Extensions\LayoutExtensions.cs (1)
35 return new NativeViewWrapper(view, getDesiredSizeDelegate, sizeThatFitsDelegate, layoutSubViews);
3 references to NativeViewWrapper
Microsoft.Maui.Controls.Compatibility (3)
AppHostBuilderExtensions.cs (1)
85 handlers.TryAddCompatibilityRenderer(typeof(NativeViewWrapper), typeof(NativeViewWrapperRenderer));
iOS\NativeViewWrapperRenderer.cs (2)
15 public class NativeViewWrapperRenderer : ViewRenderer<NativeViewWrapper, UIView> 90 protected override void OnElementChanged(ElementChangedEventArgs<NativeViewWrapper> e)