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