Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.Android.IVisualElementRenderer.Element
1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
Android\HandlerToRendererShim.cs (1)
61 Element = element;
3 references to Element
Microsoft.Maui.Controls.Compatibility (3)
Android\HandlerToRendererShim.cs (3)
47 if (element == Element) 50 var oldElement = Element; 73 ElementChanged?.Invoke(this, new VisualElementChangedEventArgs(oldElement, Element));