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