1 write to SweepDirectionProperty
PresentationCore (1)
System\Windows\Media\Generated\ArcSegment.cs (1)
327SweepDirectionProperty =
3 references to SweepDirectionProperty
PresentationCore (3)
System\Windows\Media\Generated\ArcSegment.cs (2)
156return (SweepDirection) GetValue(SweepDirectionProperty); 160SetValueInternal(SweepDirectionProperty, value);
System\Windows\Media\PathStreamGeometryContext.cs (1)
56s_defaultValueForArcSegmentSweepDirection = (SweepDirection)ArcSegment.SweepDirectionProperty.GetDefaultValue(typeof(ArcSegment));