9 implementations of SetVerticalOffset
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
639
public void
SetVerticalOffset
(double offset)
MS\Internal\Documents\FlowDocumentView.cs (1)
573
void IScrollInfo.
SetVerticalOffset
(double offset)
MS\Internal\Documents\TextBoxView.cs (1)
219
void IScrollInfo.
SetVerticalOffset
(double offset)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
168
public void
SetVerticalOffset
(double offset)
System\Windows\Controls\Stack.cs (1)
220
public void
SetVerticalOffset
(double offset)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
597
public void
SetVerticalOffset
(double offset)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
783
public void
SetVerticalOffset
(double offset)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
1019
public void
SetVerticalOffset
(double offset)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
257
public void
SetVerticalOffset
(double offset)
8 references to SetVerticalOffset
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentView.cs (1)
571
/// <see cref="IScrollInfo.
SetVerticalOffset
"/>
MS\Internal\Documents\ScrollData.cs (1)
148
/// <see cref="IScrollInfo.
SetVerticalOffset
"/>
MS\Internal\Documents\TextBoxView.cs (1)
217
/// <see cref="IScrollInfo.
SetVerticalOffset
"/>
MS\Internal\Documents\TextViewBase.cs (1)
152
isi.
SetVerticalOffset
(minY);
System\Windows\Controls\DocumentViewer.cs (1)
2429
dv._documentScrollInfo.
SetVerticalOffset
(newOffset);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
856
isi.
SetVerticalOffset
(rect.Top + isi.VerticalOffset);
System\Windows\Controls\ScrollViewer.cs (1)
2233
case Commands.SetVerticalOffset: isi.
SetVerticalOffset
(cmd.Param); break;
System\Windows\Controls\TextAdaptor.cs (1)
261
isi.
SetVerticalOffset
(alignToTop ? rangeBounds.Top : (rangeBounds.Bottom - isi.ViewportHeight));