3 implementations of BatchBegin
Microsoft.Maui.Controls (3)
Shapes\PathFigure.cs (1)
72 public void BatchBegin()
Shapes\PathSegment.cs (1)
7 public void BatchBegin()
VisualElement\VisualElement.cs (1)
1044 public void BatchBegin() => _batched++;
3 references to BatchBegin
Microsoft.Maui.Controls (3)
AnimationExtensions.cs (3)
333 owner?.BatchBegin(); 370 owner.BatchBegin(); 409 _animatable?.BatchBegin();