9 implementations of PageUp
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
156public void PageUp()
MS\Internal\Documents\FlowDocumentView.cs (1)
450void IScrollInfo.PageUp()
MS\Internal\Documents\TextBoxView.cs (1)
105void IScrollInfo.PageUp()
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
83public void PageUp()
System\Windows\Controls\Stack.cs (1)
121public void PageUp()
System\Windows\Controls\VirtualizingStackPanel.cs (1)
210public virtual void PageUp()
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
682public void PageUp()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1005public void PageUp()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
248public void PageUp()
6 references to PageUp
PresentationFramework (6)
MS\Internal\Documents\FlowDocumentView.cs (1)
448/// <see cref="IScrollInfo.PageUp"/>
MS\Internal\Documents\ScrollData.cs (1)
59/// <see cref="IScrollInfo.PageUp"/>
MS\Internal\Documents\TextBoxView.cs (1)
103/// <see cref="IScrollInfo.PageUp"/>
System\Windows\Controls\DocumentViewer.cs (1)
1042_documentScrollInfo?.PageUp();
System\Windows\Controls\ScrollViewer.cs (1)
2217case Commands.PageUp: isi.PageUp(); break;
System\windows\Documents\TextEditorDragDrop.cs (1)
380scrollInfo.PageUp();