3 writes to IsFilled
PresentationCore (3)
System\Windows\Media\PathFigure.cs (1)
134result.IsFilled = IsFilled;
System\Windows\Media\PathGeometry.cs (1)
433IsFilled = isFilled,
System\Windows\Media\PathStreamGeometryContext.cs (1)
139_currentFigure.IsFilled = isFilled;
7 references to IsFilled
PresentationCore (3)
System\Windows\Media\PathFigure.cs (3)
134result.IsFilled = IsFilled; 191return (IsFilled == c_IsFilled) && ((segments == null) || segments.CanSerializeToString()); 217ctx.BeginFigure(StartPoint, IsFilled, IsClosed);
ReachFramework (4)
Serialization\VisualSerializer.cs (4)
998if (forFill && !forStroke && !p.IsFilled) 1010if (!p.IsFilled) 1207if (!p.IsFilled) 1509if (forFill && !forStroke && !p.IsFilled)