7 writes to FillRule
PresentationCore (7)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
338
data.
FillRule
= FillRule.EvenOdd;
Core\CSharp\System\Windows\Media\Geometry.cs (1)
1071
data.
FillRule
= FillRule.EvenOdd;
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1642
pathGeoData.
FillRule
= fillRule;
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
274
data.
FillRule
= FillRule.EvenOdd;
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
1031
data.
FillRule
= FillRule;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
431
data.
FillRule
= FillRule.EvenOdd;
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
404
data.
FillRule
= FillRule;
11 references to FillRule
PresentationCore (11)
Core\CSharp\System\Windows\Media\Geometry.cs (5)
312
pathData.
FillRule
,
443
pathData.
FillRule
,
657
pathData.
FillRule
,
768
pathData.
FillRule
,
904
pathData.
FillRule
,
Core\CSharp\System\Windows\Media\PathGeometry.cs (6)
631
pathData.
FillRule
,
692
data1.
FillRule
,
696
data2.
FillRule
,
853
pathData.
FillRule
,
914
data1.
FillRule
,
918
data2.
FillRule
,