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