9 implementations of ScrollOwner
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
943public ScrollViewer ScrollOwner
MS\Internal\Documents\FlowDocumentView.cs (1)
701ScrollViewer IScrollInfo.ScrollOwner
MS\Internal\Documents\TextBoxView.cs (1)
379ScrollViewer IScrollInfo.ScrollOwner
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
295public ScrollViewer ScrollOwner
System\Windows\Controls\Stack.cs (1)
464public ScrollViewer ScrollOwner
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1937public ScrollViewer ScrollOwner
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
979public ScrollViewer ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
837public ScrollViewer ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
84public ScrollViewer ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
767else _scrollInfo.ScrollOwner = null; 774si.ScrollOwner = scrollContainer; 784_scrollInfo.ScrollOwner = null;
9 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
631if (_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)
542if (isi.ScrollOwner != null)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
783if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
169ScrollViewer scrollViewer = scrollInfo.ScrollOwner;