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