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