2 writes to _scrollInfo
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
773_scrollInfo = si; // At this point, we pass IsScrollClient if si == this. 785_scrollInfo = null;
9 references to _scrollInfo
PresentationFramework (9)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (9)
764if (si != _scrollInfo && _scrollInfo != null) 767else _scrollInfo.ScrollOwner = null; 781else if (_scrollInfo != null) 783if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; } 784_scrollInfo.ScrollOwner = null; 847if (scp._scrollInfo == null) 868get { return (_scrollInfo == this); }