3 writes to Flags
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (3)
213arcToSegment.Flags |= isStroked ? 0 : MILCoreSegFlags.SegIsAGap; 214arcToSegment.Flags |= isSmoothJoin ? MILCoreSegFlags.SegSmoothJoin : 0; 215arcToSegment.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));