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