Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
iOS\HandlerToRendererShim.cs (1)
51
Element
= element;
6 references to Element
Microsoft.Maui.Controls.Compatibility (6)
iOS\HandlerToRendererShim.cs (6)
37
var oldElement =
Element
;
57
ElementChanged?.Invoke(this, new VisualElementChangedEventArgs(oldElement,
Element
));
64
ViewHandler?.PlatformArrange(
Element
.Bounds);
80
Layout.LayoutChildIntoBoundingRegion(
Element
, new Rect(
Element
.X,
Element
.Y, size.Width, size.Height));