1 instantiation of NativeViewWrapper
Microsoft.Maui.Controls.Compatibility (1)
Android\LayoutExtensions.cs (1)
16 return new NativeViewWrapper(view, getDesiredSizeDelegate, onLayoutDelegate, onMeasureDelegate);
3 references to NativeViewWrapper
Microsoft.Maui.Controls.Compatibility (3)
Android\NativeViewWrapperRenderer.cs (2)
9 public class NativeViewWrapperRenderer : ViewRenderer<NativeViewWrapper, global::Android.Views.View> 35 protected override void OnElementChanged(ElementChangedEventArgs<NativeViewWrapper> e)
AppHostBuilderExtensions.cs (1)
85 handlers.TryAddCompatibilityRenderer(typeof(NativeViewWrapper), typeof(NativeViewWrapperRenderer));