23 references to Close
Microsoft.Maui.Graphics (18)
PathExtensions.cs (1)
44 else if (type == PathOperation.Close)
PathF.cs (17)
39 else if (operation == PathOperation.Close) 86 return _operations[_operations.Count - 1] == PathOperation.Close; 185 if (_operations[_operations.Count - 1] == PathOperation.Close) 264 _operations.Add(PathOperation.Close); 272 if (_operations[_operations.Count - 1] == PathOperation.Close) 336 if (Count == 0 || OperationCount == 0 || GetSegmentType(OperationCount - 1) == PathOperation.Close) 471 else if (operation == PathOperation.Close) 526 else if (type == PathOperation.Close) 534 return PathOperation.Close; 665 else if (segmentType == PathOperation.Close) 695 else if (operation == PathOperation.Close) 861 else if (segmentType == PathOperation.Close) 916 else if (segmentType == PathOperation.Close) 976 else if (operation == PathOperation.Close) 1016 operations[i] = PathOperation.Close; 1021 else if (operations[i] == PathOperation.Close) 1503 case PathOperation.Close:
Microsoft.Maui.Graphics.Skia (2)
SKGraphicsExtensions.cs (2)
177 else if (type == PathOperation.Close) 333 else if (type == PathOperation.Close)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (3)
149 if (lastOperation != PathOperation.Close && lastOperation != PathOperation.Move) 234 else if (type == PathOperation.Close) 242 if (segmentIndex >= 0 && lastOperation != PathOperation.Close)