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