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