Implemented interface member:
property
NativeView
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.NativeView
8 references to NativeView
Microsoft.Maui.Controls.Compatibility (8)
iOS\Renderers\TabletFlyoutPageRenderer.cs (8)
201
return
NativeView
.GetSizeRequest(widthConstraint, heightConstraint);
227
element.SendViewInitialized(
NativeView
);
326
_events.LoadEvents(
NativeView
);
549
if (
NativeView
.UpdateFlowDirection(Element) && Forms.IsiOS13OrNewer &&
NativeView
.Superview != null)
551
var view =
NativeView
.Superview;
552
NativeView
.RemoveFromSuperview();
553
view.AddSubview(
NativeView
);