3 writes to IsFilled
PresentationCore (3)
System\Windows\Media\PathFigure.cs (1)
135result.IsFilled = IsFilled;
System\Windows\Media\PathGeometry.cs (1)
434IsFilled = isFilled,
System\Windows\Media\PathStreamGeometryContext.cs (1)
140_currentFigure.IsFilled = isFilled;
7 references to IsFilled
PresentationCore (3)
System\Windows\Media\PathFigure.cs (3)
135result.IsFilled = IsFilled; 192return (IsFilled == c_IsFilled) && ((segments == null) || segments.CanSerializeToString()); 218ctx.BeginFigure(StartPoint, IsFilled, IsClosed);
ReachFramework (4)
Serialization\VisualSerializer.cs (4)
999if (forFill && !forStroke && !p.IsFilled) 1011if (!p.IsFilled) 1208if (!p.IsFilled) 1510if (forFill && !forStroke && !p.IsFilled)