1 write to RotationAngleProperty
PresentationCore (1)
System\Windows\Media\Generated\ArcSegment.cs (1)
290
RotationAngleProperty
=
3 references to RotationAngleProperty
PresentationCore (3)
System\Windows\Media\Generated\ArcSegment.cs (2)
108
return (double) GetValue(
RotationAngleProperty
);
112
SetValueInternal(
RotationAngleProperty
, value);
System\Windows\Media\PathStreamGeometryContext.cs (1)
39
s_defaultValueForArcSegmentRotationAngle = (double)ArcSegment.
RotationAngleProperty
.GetDefaultValue(typeof(ArcSegment));