Implemented interface member:
property
ScrollOwner
System.Windows.Controls.Primitives.IScrollInfo.ScrollOwner
8 references to ScrollOwner
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (8)
712if (ScrollOwner != null) 714ScrollOwner.ScrollChanged -= new ScrollChangedEventHandler(OnScrollChanged); 2549if (ScrollOwner != null) 2551ScrollOwner.InvalidateScrollInfo(); 2890if (ScrollOwner != null) 2893ScrollOwner.ScrollChanged -= new ScrollChangedEventHandler(OnScrollChanged); 3087ScrollOwner != null && 3092ScrollOwner.ScrollChanged += new ScrollChangedEventHandler(OnScrollChanged);