3 implementations of BatchCommit
Microsoft.Maui.Controls (3)
Shapes\PathFigure.cs (1)
78
public void
BatchCommit
()
Shapes\PathSegment.cs (1)
13
public void
BatchCommit
()
VisualElement\VisualElement.cs (1)
1050
public void
BatchCommit
()
3 references to BatchCommit
Microsoft.Maui.Controls (3)
AnimationExtensions.cs (3)
357
owner?.
BatchCommit
();
372
owner.
BatchCommit
();
414
_animatable?.
BatchCommit
();