9 implementations of PageRight
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
184
public void
PageRight
()
MS\Internal\Documents\FlowDocumentView.cs (1)
505
void IScrollInfo.
PageRight
()
MS\Internal\Documents\TextBoxView.cs (1)
151
void IScrollInfo.
PageRight
()
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
105
public void
PageRight
()
System\Windows\Controls\Stack.cs (1)
146
public void
PageRight
()
System\Windows\Controls\VirtualizingStackPanel.cs (1)
271
public virtual void
PageRight
()
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
710
public void
PageRight
()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1008
public void
PageRight
()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
245
public void
PageRight
()
5 references to PageRight
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (1)
503
/// <see cref="IScrollInfo.
PageRight
"/>
MS\Internal\Documents\ScrollData.cs (1)
84
/// <see cref="IScrollInfo.
PageRight
"/>
MS\Internal\Documents\TextBoxView.cs (1)
149
/// <see cref="IScrollInfo.
PageRight
"/>
System\Windows\Controls\DocumentViewer.cs (1)
1108
_documentScrollInfo.
PageRight
();
System\Windows\Controls\ScrollViewer.cs (1)
2222
case Commands.PageRight: isi.
PageRight
(); break;