Implemented interface member:
property
ScrollOwner
System.Windows.Controls.Primitives.IScrollInfo.ScrollOwner
8 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
686if (ScrollOwner != null) 688ScrollOwner.ScrollChanged -= new ScrollChangedEventHandler(OnScrollChanged); 2505if (ScrollOwner != null) 2507ScrollOwner.InvalidateScrollInfo(); 2837if (ScrollOwner != null) 2840ScrollOwner.ScrollChanged -= new ScrollChangedEventHandler(OnScrollChanged); 3033ScrollOwner != null && 3038ScrollOwner.ScrollChanged += new ScrollChangedEventHandler(OnScrollChanged);