7 writes to FillRule
PresentationCore (7)
System\Windows\Media\EllipseGeometry.cs (1)
321
data.
FillRule
= FillRule.EvenOdd;
System\Windows\Media\Geometry.cs (1)
1010
data.
FillRule
= FillRule.EvenOdd;
System\Windows\Media\GlyphTypeface.cs (1)
1298
pathGeoData.
FillRule
= fillRule;
System\Windows\Media\LineGeometry.cs (1)
257
data.
FillRule
= FillRule.EvenOdd;
System\Windows\Media\PathGeometry.cs (1)
977
data.
FillRule
= FillRule;
System\Windows\Media\RectangleGeometry.cs (1)
416
data.
FillRule
= FillRule.EvenOdd;
System\Windows\Media\StreamGeometry.cs (1)
368
data.
FillRule
= FillRule;
11 references to FillRule
PresentationCore (11)
System\Windows\Media\Geometry.cs (5)
302
pathData.
FillRule
,
428
pathData.
FillRule
,
630
pathData.
FillRule
,
728
pathData.
FillRule
,
858
pathData.
FillRule
,
System\Windows\Media\PathGeometry.cs (6)
597
pathData.
FillRule
,
649
data1.
FillRule
,
653
data2.
FillRule
,
804
pathData.
FillRule
,
860
data1.
FillRule
,
864
data2.
FillRule
,