2 writes to Size
PresentationCore (2)
System\Windows\Media\ArcSegment.cs (1)
57
Size
= size;
System\Windows\Media\PathStreamGeometryContext.cs (1)
266
segment.
Size
= size;
8 references to Size
PresentationCore (3)
System\Windows\Media\ArcSegment.cs (3)
86
Size size =
Size
;
139
ctx.ArcTo(Point,
Size
, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin);
163
Size
,
ReachFramework (5)
Serialization\VisualSerializer.cs (5)
1087
if (a.
Size
.IsEmpty || a.
Size
.Width == 0 || a.
Size
.Height == 0)
1099
WriteAttr("Size", a.
Size
);
1304
Size s = a.
Size
;