1 write to _height
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\FrameRenderer.cs (1)
309
_height
= Control.Height;
2 references to _height
Microsoft.Maui.Controls.Compatibility (2)
Android\FastRenderers\FrameRenderer.cs (2)
236
if (w != _width || h !=
_height
)
311
_backgroundDrawable.UpdateBackground(background,
_height
, _width);