3 writes to IsFilled
PresentationCore (3)
System\Windows\Media\PathFigure.cs (1)
154result.IsFilled = IsFilled;
System\Windows\Media\PathGeometry.cs (1)
458figure.IsFilled = isFilled;
System\Windows\Media\PathStreamGeometryContext.cs (1)
157_currentFigure.IsFilled = isFilled;
7 references to IsFilled
PresentationCore (3)
System\Windows\Media\PathFigure.cs (3)
154result.IsFilled = IsFilled; 211return (IsFilled == c_IsFilled) && ((segments == null) || segments.CanSerializeToString()); 237ctx.BeginFigure(StartPoint, IsFilled, IsClosed);
ReachFramework (4)
Serialization\VisualSerializer.cs (4)
1006if (forFill && !forStroke && !p.IsFilled) 1018if (!p.IsFilled) 1215if (!p.IsFilled) 1517if (forFill && !forStroke && !p.IsFilled)