Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\WkWebViewRenderer.cs (1)
96 Element = element;
13 references to Element
Microsoft.Maui.Controls.Compatibility (13)
iOS\Renderers\WkWebViewRenderer.cs (13)
74 WebView WebView => Element as WebView; 87 var oldElement = Element; 97 Element.PropertyChanged += HandlePropertyChanged; 126 if (Element != null && !string.IsNullOrEmpty(Element.AutomationId)) 127 AccessibilityIdentifier = Element.AutomationId; 135 Layout.LayoutChildIntoBoundingRegion(Element, new Rect(Element.X, Element.Y, size.Width, size.Height)); 281 Element.PropertyChanged -= HandlePropertyChanged; 288 Element?.ClearValue(Platform.RendererProperty); 592 if (((WebView)Element).Source != null) 593 ((WebView)Element).Source.Load(this);