Implemented interface member:
property
ScrollOwner
System.Windows.Controls.Primitives.IScrollInfo.ScrollOwner
8 references to ScrollOwner
PresentationFramework (8)
System\Windows\Controls\VirtualizingStackPanel.cs (8)
1581
if (
ScrollOwner
!= null)
1585
ScrollOwner
.MakeVisible(visual, originalRect);
3373
ScrollViewer scrollOwner =
ScrollOwner
;
3905
ScrollOwner
.InvalidateScrollInfo();
9580
if (
ScrollOwner
!= null) {
ScrollOwner
.InvalidateScrollInfo(); }
9898
ScrollViewer sv =
ScrollOwner
;
10615
ScrollViewer sv =
ScrollOwner
;