9 implementations of PageUp
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
157public void PageUp()
MS\Internal\Documents\FlowDocumentView.cs (1)
451void IScrollInfo.PageUp()
MS\Internal\Documents\TextBoxView.cs (1)
106void IScrollInfo.PageUp()
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
84public void PageUp()
System\Windows\Controls\Stack.cs (1)
122public void PageUp()
System\Windows\Controls\VirtualizingStackPanel.cs (1)
211public virtual void PageUp()
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
683public void PageUp()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1006public void PageUp()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
249public void PageUp()
6 references to PageUp
PresentationFramework (6)
MS\Internal\Documents\FlowDocumentView.cs (1)
449/// <see cref="IScrollInfo.PageUp"/>
MS\Internal\Documents\ScrollData.cs (1)
60/// <see cref="IScrollInfo.PageUp"/>
MS\Internal\Documents\TextBoxView.cs (1)
104/// <see cref="IScrollInfo.PageUp"/>
System\Windows\Controls\DocumentViewer.cs (1)
1043_documentScrollInfo?.PageUp();
System\Windows\Controls\ScrollViewer.cs (1)
2218case Commands.PageUp: isi.PageUp(); break;
System\windows\Documents\TextEditorDragDrop.cs (1)
381scrollInfo.PageUp();