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