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