3 references to HasGaps
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (3)
233
_currentPathFigureData.Flags |= isStroked ? 0 : MilPathFigureFlags.
HasGaps
;
552
_currentPathGeometryData.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.
HasGaps
) != 0) ? MilPathGeometryFlags.HasGaps : 0;
596
_currentPathFigureData.Flags |= MilPathFigureFlags.
HasGaps
;