8 writes to FillRule
PresentationCore (3)
System\Windows\Media\GeometryGroup.cs (1)
47
pg.
FillRule
= FillRule;
System\Windows\Media\PathGeometry.cs (1)
66
FillRule
= fillRule;
System\Windows\Media\PathStreamGeometryContext.cs (1)
55
_pathGeometry.
FillRule
= fillRule;
PresentationFramework (4)
System\Windows\Documents\HighlightVisual.cs (2)
244
highlightGeometry.
FillRule
= FillRule.Nonzero;
262
highlightGeometry.
FillRule
= FillRule.Nonzero;
System\Windows\Shapes\Polygon.cs (1)
145
polygonGeometry.
FillRule
= FillRule;
System\Windows\Shapes\Polyline.cs (1)
143
polylineGeometry.
FillRule
= FillRule;
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
1002
geometry.
FillRule
= FillRule.Nonzero;
5 references to FillRule
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
923
FillRule fillRule =
FillRule
;
955
FillRule =
FillRule
,
1009
data.FillRule =
FillRule
;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1230
if (path.
FillRule
== FillRule.EvenOdd)
1470
WriteFillRule(pg.
FillRule
);