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