4 references to Control
Microsoft.Maui.Controls.Compatibility (4)
Android\FastRenderers\FrameRenderer.cs (4)
62
_element?.SendViewInitialized(
Control
);
249
if (
Control
?.LayoutParameters == null && _hasLayoutOccurred)
309
_height =
Control
.Height;
310
_width =
Control
.Width;