Implemented interface member:
property
ScrollOwner
System.Windows.Controls.Primitives.IScrollInfo.ScrollOwner
8 references to ScrollOwner
PresentationFramework (8)
System\Windows\Controls\VirtualizingStackPanel.cs (8)
1586
if (
ScrollOwner
!= null)
1590
ScrollOwner
.MakeVisible(visual, originalRect);
3378
ScrollViewer scrollOwner =
ScrollOwner
;
3910
ScrollOwner
.InvalidateScrollInfo();
9585
if (
ScrollOwner
!= null) {
ScrollOwner
.InvalidateScrollInfo(); }
9903
ScrollViewer sv =
ScrollOwner
;
10620
ScrollViewer sv =
ScrollOwner
;