3 references to IsFillable
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (2)
80
_currentPathFigureData.Flags |= isFilled ? MilPathFigureFlags.
IsFillable
: 0;
553
_currentPathGeometryData.Flags |= ((_currentPathFigureData.Flags & MilPathFigureFlags.
IsFillable
) == 0) ? MilPathGeometryFlags.HasHollows : 0;
System\Windows\Media\PathGeometry.cs (1)
142
((pPathFigure->Flags & MilPathFigureFlags.
IsFillable
) != 0),