3 writes to Flags
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (3)
213
arcToSegment.
Flags
|= isStroked ? 0 : MILCoreSegFlags.SegIsAGap;
214
arcToSegment.
Flags
|= isSmoothJoin ? MILCoreSegFlags.SegSmoothJoin : 0;
215
arcToSegment.
Flags
|= MILCoreSegFlags.SegIsCurved;
2 references to Flags
PresentationCore (2)
System\Windows\Media\PathGeometry.cs (2)
222
((pSegmentArc->
Flags
& MILCoreSegFlags.SegIsAGap) == 0),
223
((pSegmentArc->
Flags
& MILCoreSegFlags.SegSmoothJoin) != 0));