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)
245
return (pPathGeometryData->Flags & MilPathGeometryFlags.
HasGaps
) != 0;