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),