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