9 implementations of ScrollOwner
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
943
public ScrollViewer
ScrollOwner
MS\Internal\Documents\FlowDocumentView.cs (1)
701
ScrollViewer IScrollInfo.
ScrollOwner
MS\Internal\Documents\TextBoxView.cs (1)
379
ScrollViewer IScrollInfo.
ScrollOwner
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
295
public ScrollViewer
ScrollOwner
System\Windows\Controls\Stack.cs (1)
464
public ScrollViewer
ScrollOwner
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1937
public ScrollViewer
ScrollOwner
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
979
public ScrollViewer
ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
837
public ScrollViewer
ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
84
public ScrollViewer
ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
767
else _scrollInfo.
ScrollOwner
= null;
774
si.
ScrollOwner
= scrollContainer;
784
_scrollInfo.
ScrollOwner
= null;
9 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
631
if (_owner is IScrollInfo && ((IScrollInfo)_owner).
ScrollOwner
!= null)
MS\Internal\Documents\FlowDocumentView.cs (1)
699
/// <see cref="IScrollInfo.
ScrollOwner
"/>
MS\Internal\Documents\ScrollData.cs (2)
229
/// <see cref="IScrollInfo.
ScrollOwner
"/>
364
/// <see cref="IScrollInfo.
ScrollOwner
"/>
MS\Internal\Documents\TextBoxView.cs (1)
377
/// <see cref="IScrollInfo.
ScrollOwner
"/>
MS\Internal\LayoutDump.cs (1)
542
if (isi.
ScrollOwner
!= null)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
783
if (_scrollInfo.
ScrollOwner
!= null) { _scrollInfo.
ScrollOwner
.ScrollInfo = null; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
169
ScrollViewer scrollViewer = scrollInfo.
ScrollOwner
;