1 instantiation of Size
PresentationBuildTasks (1)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (1)
694
new
Size
(w, h),
2 references to Size
PresentationBuildTasks (2)
Core\CSharp\MS\internal\Media\ParserStreamGeometryContext.cs (1)
214
public override void ArcTo(Point point,
Size
size, double rotationAngle, bool isLargeArc, bool sweepDirection, bool isStroked, bool isSmoothJoin)
Core\CSharp\System\Windows\Media\StreamGeometryContext.cs (1)
141
public abstract void ArcTo(Point point,
Size
size, double rotationAngle, bool isLargeArc, bool sweepDirection, bool isStroked, bool isSmoothJoin);