Implemented interface member:
property
ScrollOwner
System.Windows.Controls.Primitives.IScrollInfo.ScrollOwner
8 references to ScrollOwner
PresentationFramework (8)
System\Windows\Controls\VirtualizingStackPanel.cs (8)
1577
if (
ScrollOwner
!= null)
1581
ScrollOwner
.MakeVisible(visual, originalRect);
3371
ScrollViewer scrollOwner =
ScrollOwner
;
3903
ScrollOwner
.InvalidateScrollInfo();
9582
if (
ScrollOwner
!= null) {
ScrollOwner
.InvalidateScrollInfo(); }
9900
ScrollViewer sv =
ScrollOwner
;
10617
ScrollViewer sv =
ScrollOwner
;