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