1 write to s_defaultFillRule
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
27s_defaultFillRule = (FillRule)PathGeometry.FillRuleProperty.GetDefaultValue(typeof(PathGeometry));
1 reference to s_defaultFillRule
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
52if (fillRule != s_defaultFillRule)