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