6 implementations of ScrollOwner
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
970
public ScrollViewer
ScrollOwner
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
708
ScrollViewer IScrollInfo.
ScrollOwner
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
383
ScrollViewer IScrollInfo.
ScrollOwner
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
311
public ScrollViewer
ScrollOwner
src\Framework\System\Windows\Controls\Stack.cs (1)
476
public ScrollViewer
ScrollOwner
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1893
public ScrollViewer
ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
783
else _scrollInfo.
ScrollOwner
= null;
790
si.
ScrollOwner
= scrollContainer;
800
_scrollInfo.
ScrollOwner
= null;
8 references to ScrollOwner
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
635
if (_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)
548
if (isi.
ScrollOwner
!= null)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
799
if (_scrollInfo.
ScrollOwner
!= null) { _scrollInfo.
ScrollOwner
.ScrollInfo = null; }