9 implementations of ScrollOwner
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
950public ScrollViewer ScrollOwner
MS\Internal\Documents\FlowDocumentView.cs (1)
703ScrollViewer IScrollInfo.ScrollOwner
MS\Internal\Documents\TextBoxView.cs (1)
381ScrollViewer IScrollInfo.ScrollOwner
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
305public ScrollViewer ScrollOwner
System\Windows\Controls\Stack.cs (1)
470public ScrollViewer ScrollOwner
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1942public ScrollViewer ScrollOwner
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
984public ScrollViewer ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
840public ScrollViewer ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
88public ScrollViewer ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
777else _scrollInfo.ScrollOwner = null; 784si.ScrollOwner = scrollContainer; 794_scrollInfo.ScrollOwner = null;
9 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
633if (_owner is IScrollInfo && ((IScrollInfo)_owner).ScrollOwner != null)
MS\Internal\Documents\FlowDocumentView.cs (1)
701/// <see cref="IScrollInfo.ScrollOwner"/>
MS\Internal\Documents\ScrollData.cs (2)
231/// <see cref="IScrollInfo.ScrollOwner"/> 366/// <see cref="IScrollInfo.ScrollOwner"/>
MS\Internal\Documents\TextBoxView.cs (1)
379/// <see cref="IScrollInfo.ScrollOwner"/>
MS\Internal\LayoutDump.cs (1)
545if (isi.ScrollOwner != null)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
793if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
171ScrollViewer scrollViewer = scrollInfo.ScrollOwner;