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