Implemented interface member:
property
ScrollOwner
System.Windows.Controls.Primitives.IScrollInfo.ScrollOwner
8 references to ScrollOwner
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
693if (ScrollOwner != null) 695ScrollOwner.ScrollChanged -= new ScrollChangedEventHandler(OnScrollChanged); 2507if (ScrollOwner != null) 2509ScrollOwner.InvalidateScrollInfo(); 2839if (ScrollOwner != null) 2842ScrollOwner.ScrollChanged -= new ScrollChangedEventHandler(OnScrollChanged); 3035ScrollOwner != null && 3040ScrollOwner.ScrollChanged += new ScrollChangedEventHandler(OnScrollChanged);