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