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