2 writes to _batched
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
1081
public void BatchBegin() =>
_batched
++;
1089
_batched
= Math.Max(0, _batched - 1);
2 references to _batched
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
961
public bool Batched =>
_batched
> 0;
1089
_batched = Math.Max(0,
_batched
- 1);