3 writes to FillRule
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1979accumulatedGeometry.FillRule = FillRule.Nonzero; 2019accumulatedGeometry.FillRule = FillRule.Nonzero;
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1629accumulatedGeometry.FillRule = FillRule.Nonzero;
2 references to FillRule
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (1)
295data.FillRule = FillRule;
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
68pg.FillRule = FillRule;