1 write to RotationAngleProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (1)
315RotationAngleProperty =
3 references to RotationAngleProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (2)
132return (double) GetValue(RotationAngleProperty); 136SetValueInternal(RotationAngleProperty, value);
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
60s_defaultValueForArcSegmentRotationAngle = (double)ArcSegment.RotationAngleProperty.GetDefaultValue(typeof(ArcSegment));