9 implementations of PageUp
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
164public void PageUp()
MS\Internal\Documents\FlowDocumentView.cs (1)
474void IScrollInfo.PageUp()
MS\Internal\Documents\TextBoxView.cs (1)
120void IScrollInfo.PageUp()
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
94public void PageUp()
System\Windows\Controls\Stack.cs (1)
128public void PageUp()
System\Windows\Controls\VirtualizingStackPanel.cs (1)
216public virtual void PageUp()
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
691public void PageUp()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1015public void PageUp()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
253public void PageUp()
6 references to PageUp
PresentationFramework (6)
MS\Internal\Documents\FlowDocumentView.cs (1)
472/// <see cref="IScrollInfo.PageUp"/>
MS\Internal\Documents\ScrollData.cs (1)
62/// <see cref="IScrollInfo.PageUp"/>
MS\Internal\Documents\TextBoxView.cs (1)
118/// <see cref="IScrollInfo.PageUp"/>
System\Windows\Controls\DocumentViewer.cs (1)
1087_documentScrollInfo.PageUp();
System\Windows\Controls\ScrollViewer.cs (1)
2227case Commands.PageUp: isi.PageUp(); break;
System\windows\Documents\TextEditorDragDrop.cs (1)
398scrollInfo.PageUp();