24 references to Move
Microsoft.Maui.Graphics (19)
PathBuilder.cs (1)
603 if (segmentType == PathOperation.Move)
PathExtensions.cs (1)
18 if (type == PathOperation.Move)
PathF.cs (17)
34 if (operation == PathOperation.Move) 180 if (_operations[0] == PathOperation.Move) 253 _operations.Add(PathOperation.Move); 294 _operations.Add(PathOperation.Move); 436 if (operation == PathOperation.Move) 493 if (type == PathOperation.Move) 545 if (segmentType == PathOperation.Move) 614 if (segmentType == PathOperation.Move) 690 if (operation == PathOperation.Move) 727 if (segmentType == PathOperation.Move) 768 if (segmentType == PathOperation.Move) 883 if (segmentType == PathOperation.Move) 954 if (operation == PathOperation.Move) 1006 if (operations[i] == PathOperation.Move) 1011 operations.Insert(0, PathOperation.Move); 1015 operations[segmentStart] = PathOperation.Move; 1468 case PathOperation.Move:
Microsoft.Maui.Graphics.Skia (2)
SKGraphicsExtensions.cs (2)
125 if (type == PathOperation.Move) 273 if (type == PathOperation.Move)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (3)
141 var lastOperation = PathOperation.Move; 147 if (type == PathOperation.Move) 149 if (lastOperation != PathOperation.Close && lastOperation != PathOperation.Move)