1 write to SweepDirectionProperty
PresentationCore (1)
System\Windows\Media\Generated\ArcSegment.cs (1)
308SweepDirectionProperty =
3 references to SweepDirectionProperty
PresentationCore (3)
System\Windows\Media\Generated\ArcSegment.cs (2)
138return (SweepDirection) GetValue(SweepDirectionProperty); 142SetValueInternal(SweepDirectionProperty, value);
System\Windows\Media\PathStreamGeometryContext.cs (1)
38s_defaultValueForArcSegmentSweepDirection = (SweepDirection)ArcSegment.SweepDirectionProperty.GetDefaultValue(typeof(ArcSegment));