2 references to HasGaps
PresentationCore (2)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
552_currentPathGeometryData.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.HasGaps) != 0) ? MilPathGeometryFlags.HasGaps : 0;
System\Windows\Media\StreamGeometry.cs (1)
245return (pPathGeometryData->Flags & MilPathGeometryFlags.HasGaps) != 0;