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