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