1 write to SweepDirectionProperty
PresentationCore (1)
System\Windows\Media\Generated\ArcSegment.cs (1)
299
SweepDirectionProperty
=
3 references to SweepDirectionProperty
PresentationCore (3)
System\Windows\Media\Generated\ArcSegment.cs (2)
128
return (SweepDirection) GetValue(
SweepDirectionProperty
);
132
SetValueInternal(
SweepDirectionProperty
, value);
System\Windows\Media\PathStreamGeometryContext.cs (1)
39
s_defaultValueForArcSegmentSweepDirection = (SweepDirection)ArcSegment.
SweepDirectionProperty
.GetDefaultValue(typeof(ArcSegment));