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