1 write to RotationAngleProperty
PresentationCore (1)
System\Windows\Media\Generated\ArcSegment.cs (1)
293RotationAngleProperty =
3 references to RotationAngleProperty
PresentationCore (3)
System\Windows\Media\Generated\ArcSegment.cs (2)
111return (double) GetValue(RotationAngleProperty); 115SetValueInternal(RotationAngleProperty, value);
System\Windows\Media\PathStreamGeometryContext.cs (1)
40s_defaultValueForArcSegmentRotationAngle = (double)ArcSegment.RotationAngleProperty.GetDefaultValue(typeof(ArcSegment));