3 writes to _batchFrameUpdate
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
219
_batchFrameUpdate
++;
228
_batchFrameUpdate
--;
230
_batchFrameUpdate
= 0;
3 references to _batchFrameUpdate
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
229
if (
_batchFrameUpdate
< 0)
232
if (
_batchFrameUpdate
== 0 && shouldTriggerSizeChanged)
240
if (valueChanged &&
_batchFrameUpdate
> 0 && (property == nameof(X) || property == nameof(Y) || property == nameof(Width) || property == nameof(Height)))