7 writes to FillRule
PresentationCore (3)
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
68
pg.
FillRule
= FillRule;
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
97
FillRule
= fillRule;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
75
_pathGeometry.
FillRule
= fillRule;
PresentationFramework (4)
src\Framework\System\Windows\Documents\HighlightVisual.cs (2)
255
highlightGeometry.
FillRule
= FillRule.Nonzero;
273
highlightGeometry.
FillRule
= FillRule.Nonzero;
src\Framework\System\Windows\Shapes\Polygon.cs (1)
155
polygonGeometry.
FillRule
= FillRule;
src\Framework\System\Windows\Shapes\Polyline.cs (1)
153
polylineGeometry.
FillRule
= FillRule;
3 references to FillRule
PresentationCore (3)
Core\CSharp\System\Windows\Media\PathGeometry.cs (3)
1000
FillRule fillRule =
FillRule
;
1031
data.FillRule =
FillRule
;
1089
data.FillRule =
FillRule
;