Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ScrollViewRenderer.cs (1)
62 Element = element;
13 references to Element
Microsoft.Maui.Controls.Compatibility (13)
iOS\Renderers\ScrollViewRenderer.cs (13)
41 get { return Element as ScrollView; } 61 var oldElement = Element; 121 Layout.LayoutChildIntoBoundingRegion(Element, new Rect(Element.X, Element.Y, size.Width, size.Height)); 160 if (Element is IVisualElementController controller && ScrollView.Orientation != ScrollOrientation.Vertical) 181 Element?.ClearValue(Platform.RendererProperty); 227 if (Element == null) 232 ScrollEnabled = Element.IsEnabled; 307 DelaysContentTouches = ((ScrollView)Element).OnThisPlatform().ShouldDelayContentTouches(); 312 BackgroundColor = Element.BackgroundColor.ToPlatform(Colors.Transparent); 320 Brush background = Element.Background; 334 return ((ScrollView)Element).ContentSize.ToSizeF();