Implemented interface member:
property
NativeView
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.NativeView
4 references to NativeView
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\ScrollViewRenderer.cs (4)
50 return NativeView.GetSizeRequest(widthConstraint, heightConstraint, 44, 44); 317 if (NativeView == null) 322 NativeView.UpdateBackground(background); 345 VisualElementRenderer<VisualElement>.RegisterEffect(effect, this, NativeView);