8 writes to FillRule
PresentationCore (3)
System\Windows\Media\GeometryGroup.cs (1)
46
pg.
FillRule
= FillRule;
System\Windows\Media\PathGeometry.cs (1)
65
FillRule
= fillRule;
System\Windows\Media\PathStreamGeometryContext.cs (1)
54
_pathGeometry.
FillRule
= fillRule;
PresentationFramework (4)
System\Windows\Documents\HighlightVisual.cs (2)
243
highlightGeometry.
FillRule
= FillRule.Nonzero;
261
highlightGeometry.
FillRule
= FillRule.Nonzero;
System\Windows\Shapes\Polygon.cs (1)
144
polygonGeometry.
FillRule
= FillRule;
System\Windows\Shapes\Polyline.cs (1)
142
polylineGeometry.
FillRule
= FillRule;
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
1000
geometry.
FillRule
= FillRule.Nonzero;
5 references to FillRule
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
916
FillRule fillRule =
FillRule
;
948
FillRule =
FillRule
,
1002
data.FillRule =
FillRule
;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1229
if (path.
FillRule
== FillRule.EvenOdd)
1469
WriteFillRule(pg.
FillRule
);