1 override of LineTo
PresentationBuildTasks (1)
Core\CSharp\MS\internal\Media\ParserStreamGeometryContext.cs (1)
136
public override void
LineTo
(Point point, bool isStroked, bool isSmoothJoin)
2 references to LineTo
PresentationBuildTasks (2)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (2)
578
context.
LineTo
(_lastPoint, IsStroked, ! IsSmoothJoin);
600
context.
LineTo
(_lastPoint, IsStroked, ! IsSmoothJoin);