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