9 implementations of ScrollOwner
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
942public ScrollViewer ScrollOwner
MS\Internal\Documents\FlowDocumentView.cs (1)
649ScrollViewer IScrollInfo.ScrollOwner
MS\Internal\Documents\TextBoxView.cs (1)
336ScrollViewer IScrollInfo.ScrollOwner
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
294public ScrollViewer ScrollOwner
System\Windows\Controls\Stack.cs (1)
459public ScrollViewer ScrollOwner
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1926public ScrollViewer ScrollOwner
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
971public ScrollViewer ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
833public ScrollViewer ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
83public ScrollViewer ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
761else _scrollInfo.ScrollOwner = null; 768si.ScrollOwner = scrollContainer; 778_scrollInfo.ScrollOwner = null;
9 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
630if (_owner is IScrollInfo && ((IScrollInfo)_owner).ScrollOwner != null)
MS\Internal\Documents\FlowDocumentView.cs (1)
647/// <see cref="IScrollInfo.ScrollOwner"/>
MS\Internal\Documents\ScrollData.cs (2)
222/// <see cref="IScrollInfo.ScrollOwner"/> 357/// <see cref="IScrollInfo.ScrollOwner"/>
MS\Internal\Documents\TextBoxView.cs (1)
334/// <see cref="IScrollInfo.ScrollOwner"/>
MS\Internal\LayoutDump.cs (1)
543if (isi.ScrollOwner != null)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
777if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
165ScrollViewer scrollViewer = scrollInfo.ScrollOwner;