Implemented interface member:
property
NativeView
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.NativeView
19 references to NativeView
Microsoft.Maui.Controls.Compatibility (19)
iOS\Renderers\PageRenderer.cs (19)
26
internal PageContainer Container =>
NativeView
as PageContainer;
43
VisualElementRenderer<VisualElement>.RegisterEffect(effect,
NativeView
);
52
return
NativeView
.GetSizeRequest(widthConstraint, heightConstraint);
73
element.SendViewInitialized(
NativeView
);
140
NativeView
?.UpdateBackgroundLayer();
191
if (
NativeView
== null)
194
var uiTapGestureRecognizer = new UITapGestureRecognizer(a =>
NativeView
?.EndEditing(true));
200
NativeView
.AddGestureRecognizer(uiTapGestureRecognizer);
210
Element.SendViewInitialized(
NativeView
);
217
NativeView
?.Window?.EndEditing(true);
274
if (
NativeView
!= null)
275
NativeView
.AccessibilityIdentifier = id;
367
var insets =
NativeView
.SafeAreaInsets;
436
NativeView
?.SetNeedsLayout();
467
if (
NativeView
== null)
472
if (
NativeView
== null)
476
NativeView
.BackgroundColor = UIColor.FromPatternImage(bgImage);
482
NativeView
.UpdateBackground(Element.Background);
485
NativeView
.BackgroundColor = Element.BackgroundColor?.ToPlatform() ?? Maui.Platform.ColorExtensions.BackgroundColor;