2 writes to RotationAngle
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
42
RotationAngle
= rotationAngle;
System\Windows\Media\PathStreamGeometryContext.cs (1)
263
segment.
RotationAngle
= rotationAngle;
5 references to RotationAngle
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
71
Double rotation =
RotationAngle
;
123
ctx.ArcTo(Point, Size,
RotationAngle
, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin);
148
RotationAngle
,
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1092
WriteAttr("RotationAngle", a.
RotationAngle
);
1310
rslt.Append(a.
RotationAngle
);