1 write to FillRuleProperty
PresentationCore (1)
System\Windows\Media\Generated\PathGeometry.cs (1)
305FillRuleProperty =
4 references to FillRuleProperty
PresentationCore (4)
System\Windows\Media\Generated\PathGeometry.cs (3)
89target.PropertyChanged(FillRuleProperty); 114return (FillRule) GetValue(FillRuleProperty); 118SetValueInternal(FillRuleProperty, FillRuleBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
45s_defaultFillRule = (FillRule)PathGeometry.FillRuleProperty.GetDefaultValue(typeof(PathGeometry));