9 implementations of ScrollOwner
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
942
public ScrollViewer
ScrollOwner
MS\Internal\Documents\FlowDocumentView.cs (1)
649
ScrollViewer IScrollInfo.
ScrollOwner
MS\Internal\Documents\TextBoxView.cs (1)
336
ScrollViewer IScrollInfo.
ScrollOwner
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
294
public ScrollViewer
ScrollOwner
System\Windows\Controls\Stack.cs (1)
459
public ScrollViewer
ScrollOwner
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1926
public ScrollViewer
ScrollOwner
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
971
public ScrollViewer
ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
833
public ScrollViewer
ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
83
public ScrollViewer
ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
761
else _scrollInfo.
ScrollOwner
= null;
768
si.
ScrollOwner
= scrollContainer;
778
_scrollInfo.
ScrollOwner
= null;
9 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
630
if (_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)
543
if (isi.
ScrollOwner
!= null)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
777
if (_scrollInfo.
ScrollOwner
!= null) { _scrollInfo.
ScrollOwner
.ScrollInfo = null; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
165
ScrollViewer scrollViewer = scrollInfo.
ScrollOwner
;