8 writes to FillRule
PresentationCore (3)
System\Windows\Media\GeometryGroup.cs (1)
64
pg.
FillRule
= FillRule;
System\Windows\Media\PathGeometry.cs (1)
90
FillRule
= fillRule;
System\Windows\Media\PathStreamGeometryContext.cs (1)
72
_pathGeometry.
FillRule
= fillRule;
PresentationFramework (4)
System\Windows\Documents\HighlightVisual.cs (2)
252
highlightGeometry.
FillRule
= FillRule.Nonzero;
270
highlightGeometry.
FillRule
= FillRule.Nonzero;
System\Windows\Shapes\Polygon.cs (1)
152
polygonGeometry.
FillRule
= FillRule;
System\Windows\Shapes\Polyline.cs (1)
150
polylineGeometry.
FillRule
= FillRule;
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
1013
geometry.
FillRule
= FillRule.Nonzero;
5 references to FillRule
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
946
FillRule fillRule =
FillRule
;
977
data.FillRule =
FillRule
;
1030
data.FillRule =
FillRule
;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1237
if (path.
FillRule
== FillRule.EvenOdd)
1477
WriteFillRule(pg.
FillRule
);