6 implementations of ScrollOwner
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
970public ScrollViewer ScrollOwner
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
708ScrollViewer IScrollInfo.ScrollOwner
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
383ScrollViewer IScrollInfo.ScrollOwner
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
311public ScrollViewer ScrollOwner
src\Framework\System\Windows\Controls\Stack.cs (1)
476public ScrollViewer ScrollOwner
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1893public ScrollViewer ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
783else _scrollInfo.ScrollOwner = null; 790si.ScrollOwner = scrollContainer; 800_scrollInfo.ScrollOwner = null;
8 references to ScrollOwner
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
635if (_owner is IScrollInfo && ((IScrollInfo)_owner).ScrollOwner != null)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
706/// <see cref="IScrollInfo.ScrollOwner"/>
src\Framework\MS\Internal\Documents\ScrollData.cs (2)
234/// <see cref="IScrollInfo.ScrollOwner"/> 369/// <see cref="IScrollInfo.ScrollOwner"/>
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
381/// <see cref="IScrollInfo.ScrollOwner"/>
src\Framework\MS\Internal\LayoutDump.cs (1)
548if (isi.ScrollOwner != null)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
799if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; }