Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
3 writes to Element
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\PageRenderer.cs (3)
63 Element = element; 236 Element = null; 257 Element = null;
33 references to Element
Microsoft.Maui.Controls.Compatibility (33)
iOS\Renderers\PageRenderer.cs (33)
28 Page Page => Element as Page; 30 bool IsPartOfShell => (Element?.Parent is BaseShellItem); 62 VisualElement oldElement = Element; 75 var parent = Element.Parent; 100 var rect = new CoreGraphics.CGRect(Element.X, Element.Y, size.Width, size.Height); 104 Element.Layout(new Rect(Element.X, Element.Y, size.Width, size.Height)); 130 if (_disposed || Element == null) 133 if (Element.Parent is BaseShellItem) 134 Element.Layout(View.Bounds.ToRectangle()); 139 if (Element.Background != null && !Element.Background.IsEmpty) 158 if (_appeared || _disposed || Element == null) 166 if (Element.Parent is CarouselPage) 176 if (!_appeared || _disposed || Element == null) 181 if (Element.Parent is CarouselPage) 207 Element.PropertyChanged += OnHandlePropertyChanged; 208 _tracker = new VisualElementTracker(this, !(Element.Parent is BaseShellItem)); 210 Element.SendViewInitialized(NativeView); 228 if (Element != null) 230 Element.PropertyChanged -= OnHandlePropertyChanged; 231 Platform.SetRenderer(Element, null); 337 bool isSafeAreaSet = Element.IsSet(PageSpecific.UseSafeAreaProperty); 347 if (Element == null) 383 bool isSafeAreaSet = Element.IsSet(PageSpecific.UseSafeAreaProperty); 387 if (Shell.GetNavBarIsVisible(Element) || _tabThickness != default(Thickness)) 428 if (Element == null) 479 Brush background = Element.Background; 482 NativeView.UpdateBackground(Element.Background); 485 NativeView.BackgroundColor = Element.BackgroundColor?.ToPlatform() ?? Maui.Platform.ColorExtensions.BackgroundColor; 509 if (Element == null || !OperatingSystem.IsIOSVersionAtLeast(11))