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