1 write to FillRuleProperty
PresentationCore (1)
System\Windows\Media\Generated\PathGeometry.cs (1)
279
FillRuleProperty
=
4 references to FillRuleProperty
PresentationCore (4)
System\Windows\Media\Generated\PathGeometry.cs (3)
63
target.PropertyChanged(
FillRuleProperty
);
88
return (FillRule) GetValue(
FillRuleProperty
);
92
SetValueInternal(
FillRuleProperty
, FillRuleBoxes.Box(value));
System\Windows\Media\PathStreamGeometryContext.cs (1)
28
s_defaultFillRule = (FillRule)PathGeometry.
FillRuleProperty
.GetDefaultValue(typeof(PathGeometry));