Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.Tizen.IVisualElementRenderer.Element
1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
Tizen\HandlerToRendererShim.cs (1)
57
Element
= element;
8 references to Element
Microsoft.Maui.Controls.Compatibility (8)
Tizen\HandlerToRendererShim.cs (8)
36
Platform.SetRenderer(
Element
, null);
43
var oldElement =
Element
;
64
ElementChanged?.Invoke(this, new VisualElementChangedEventArgs(oldElement,
Element
));
69
ViewHandler?.PlatformArrange(
Element
.Bounds);
89
Layout.LayoutChildIntoBoundingRegion(
Element
, new Rect(
Element
.X,
Element
.Y, size.Width, size.Height));
94
ViewHandler.PlatformArrange(
Element
.Bounds);