2 writes to Size
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
41
Size
= size;
System\Windows\Media\PathStreamGeometryContext.cs (1)
249
segment.
Size
= size;
8 references to Size
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
70
Size size =
Size
;
123
ctx.ArcTo(Point,
Size
, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin);
147
Size
,
ReachFramework (5)
Serialization\VisualSerializer.cs (5)
1079
if (a.
Size
.IsEmpty || a.
Size
.Width == 0 || a.
Size
.Height == 0)
1091
WriteAttr("Size", a.
Size
);
1296
Size s = a.
Size
;