7 references to SegTypeLine
PresentationCore (7)
System\Windows\Media\LineGeometry.cs (1)
170private static ReadOnlySpan<byte> LineTypes => [(byte)MILCoreSegFlags.SegTypeLine];
System\Windows\Media\PathGeometry.cs (1)
456if (segType == (byte)MILCoreSegFlags.SegTypeLine)
System\Windows\Media\RectangleGeometry.cs (5)
597private static byte smoothLine = (byte)MILCoreSegFlags.SegTypeLine | (byte)MILCoreSegFlags.SegSmoothJoin; 617private static ReadOnlySpan<byte> SquaredPathTypes => [(byte)MILCoreSegFlags.SegTypeLine | (byte)MILCoreSegFlags.SegClosed, 618(byte)MILCoreSegFlags.SegTypeLine, 619(byte)MILCoreSegFlags.SegTypeLine, 620(byte)MILCoreSegFlags.SegTypeLine];