9 implementations of PageRight
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
191
public void
PageRight
()
MS\Internal\Documents\FlowDocumentView.cs (1)
507
void IScrollInfo.
PageRight
()
MS\Internal\Documents\TextBoxView.cs (1)
153
void IScrollInfo.
PageRight
()
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
115
public void
PageRight
()
System\Windows\Controls\Stack.cs (1)
152
public void
PageRight
()
System\Windows\Controls\VirtualizingStackPanel.cs (1)
276
public virtual void
PageRight
()
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
715
public void
PageRight
()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1011
public void
PageRight
()
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
249
public void
PageRight
()
5 references to PageRight
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (1)
505
/// <see cref="IScrollInfo.
PageRight
"/>
MS\Internal\Documents\ScrollData.cs (1)
86
/// <see cref="IScrollInfo.
PageRight
"/>
MS\Internal\Documents\TextBoxView.cs (1)
151
/// <see cref="IScrollInfo.
PageRight
"/>
System\Windows\Controls\DocumentViewer.cs (1)
1120
_documentScrollInfo.
PageRight
();
System\Windows\Controls\ScrollViewer.cs (1)
2230
case Commands.PageRight: isi.
PageRight
(); break;