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