2 writes to _queuedSize
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
92
_queuedSize
= size;
199
_queuedSize
= Size.Zero;
5 references to _queuedSize
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\NavigationRenderer.cs (5)
192
var modelSize =
_queuedSize
.IsZero ? Element.Bounds.Size :
_queuedSize
;
196
if (!
_queuedSize
.IsZero)
198
Element.Layout(new Rect(Element.X, Element.Y,
_queuedSize
.Width,
_queuedSize
.Height));