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