9 implementations of PageRight
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
183
public void
PageRight
()
MS\Internal\Documents\FlowDocumentView.cs (1)
474
void IScrollInfo.
PageRight
()
MS\Internal\Documents\TextBoxView.cs (1)
129
void IScrollInfo.
PageRight
()
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
104
public void
PageRight
()
System\Windows\Controls\Stack.cs (1)
145
public void
PageRight
()
System\Windows\Controls\VirtualizingStackPanel.cs (1)
270
public virtual void
PageRight
()
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
706
public void
PageRight
()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1001
public void
PageRight
()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
244
public void
PageRight
()
5 references to PageRight
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (1)
472
/// <see cref="IScrollInfo.
PageRight
"/>
MS\Internal\Documents\ScrollData.cs (1)
83
/// <see cref="IScrollInfo.
PageRight
"/>
MS\Internal\Documents\TextBoxView.cs (1)
127
/// <see cref="IScrollInfo.
PageRight
"/>
System\Windows\Controls\DocumentViewer.cs (1)
1066
_documentScrollInfo?.
PageRight
();
System\Windows\Controls\ScrollViewer.cs (1)
2220
case Commands.PageRight: isi.
PageRight
(); break;