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