18 references to Quad
Microsoft.Maui.Graphics (13)
PathBuilder.cs (1)
615 else if (segmentType == PathOperation.Quad)
PathExtensions.cs (1)
28 else if (type == PathOperation.Quad)
PathF.cs (11)
361 _operations.Add(PathOperation.Quad); 382 _operations.Insert(index, PathOperation.Quad); 450 else if (operation == PathOperation.Quad) 506 else if (type == PathOperation.Quad) 559 else if (segmentType == PathOperation.Quad) 635 else if (segmentType == PathOperation.Quad) 735 else if (segmentType == PathOperation.Quad) 819 else if (segmentType == PathOperation.Quad) 893 else if (segmentType == PathOperation.Quad) 964 else if (operation == PathOperation.Quad) 1474 case PathOperation.Quad:
Microsoft.Maui.Graphics.Skia (3)
SKGraphicsExtensions.cs (3)
136 else if (type == PathOperation.Quad) 207 else if (type == PathOperation.Quad) 283 else if (type == PathOperation.Quad)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (2)
165 else if (type == PathOperation.Quad) 284 else if (type == PathOperation.Quad)