2 references to LineLeft
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
95public void LineLeft() { EnqueueCommand(Commands.LineLeft, 0, null); } 2272case Commands.LineLeft: isi.LineLeft(); break;