1 write to FillRuleProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (1)
323FillRuleProperty =
4 references to FillRuleProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (3)
95target.PropertyChanged(FillRuleProperty); 121return (FillRule) GetValue(FillRuleProperty); 125SetValueInternal(FillRuleProperty, FillRuleBoxes.Box(value));
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
48s_defaultFillRule = (FillRule)PathGeometry.FillRuleProperty.GetDefaultValue(typeof(PathGeometry));