18 references to Line
Microsoft.Maui.Graphics (13)
PathBuilder.cs (1)
607 else if (segmentType == PathOperation.Line)
PathExtensions.cs (1)
23 else if (type == PathOperation.Line)
PathF.cs (11)
299 _operations.Add(PathOperation.Line); 322 _operations.Insert(index, PathOperation.Line); 443 else if (operation == PathOperation.Line) 500 else if (type == PathOperation.Line) 552 else if (segmentType == PathOperation.Line) 624 else if (segmentType == PathOperation.Line) 731 else if (segmentType == PathOperation.Line) 808 else if (segmentType == PathOperation.Line) 888 else if (segmentType == PathOperation.Line) 960 else if (operation == PathOperation.Line) 1471 case PathOperation.Line:
Microsoft.Maui.Graphics.Skia (3)
SKGraphicsExtensions.cs (3)
130 else if (type == PathOperation.Line) 198 if (type == PathOperation.Line) 278 else if (type == PathOperation.Line)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (2)
159 else if (type == PathOperation.Line) 275 if (type == PathOperation.Line)