9 implementations of ScrollOwner
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
943
public ScrollViewer
ScrollOwner
MS\Internal\Documents\FlowDocumentView.cs (1)
650
ScrollViewer IScrollInfo.
ScrollOwner
MS\Internal\Documents\TextBoxView.cs (1)
337
ScrollViewer IScrollInfo.
ScrollOwner
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
295
public ScrollViewer
ScrollOwner
System\Windows\Controls\Stack.cs (1)
460
public ScrollViewer
ScrollOwner
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1927
public ScrollViewer
ScrollOwner
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
972
public ScrollViewer
ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
834
public ScrollViewer
ScrollOwner
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
84
public ScrollViewer
ScrollOwner
3 writes to ScrollOwner
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (3)
762
else _scrollInfo.
ScrollOwner
= null;
769
si.
ScrollOwner
= scrollContainer;
779
_scrollInfo.
ScrollOwner
= null;
9 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentPageTextView.cs (1)
631
if (_owner is IScrollInfo && ((IScrollInfo)_owner).
ScrollOwner
!= null)
MS\Internal\Documents\FlowDocumentView.cs (1)
648
/// <see cref="IScrollInfo.
ScrollOwner
"/>
MS\Internal\Documents\ScrollData.cs (2)
223
/// <see cref="IScrollInfo.
ScrollOwner
"/>
358
/// <see cref="IScrollInfo.
ScrollOwner
"/>
MS\Internal\Documents\TextBoxView.cs (1)
335
/// <see cref="IScrollInfo.
ScrollOwner
"/>
MS\Internal\LayoutDump.cs (1)
544
if (isi.
ScrollOwner
!= null)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
778
if (_scrollInfo.
ScrollOwner
!= null) { _scrollInfo.
ScrollOwner
.ScrollInfo = null; }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
166
ScrollViewer scrollViewer = scrollInfo.
ScrollOwner
;