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;