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