1 write to SweepDirectionProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (1)
333
SweepDirectionProperty
=
3 references to SweepDirectionProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (2)
162
return (SweepDirection) GetValue(
SweepDirectionProperty
);
166
SetValueInternal(
SweepDirectionProperty
, value);
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
59
s_defaultValueForArcSegmentSweepDirection = (SweepDirection)ArcSegment.
SweepDirectionProperty
.GetDefaultValue(typeof(ArcSegment));