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