2 writes to _scrollInfo
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
789_scrollInfo = si; // At this point, we pass IsScrollClient if si == this. 801_scrollInfo = null;
9 references to _scrollInfo
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (9)
780if (si != _scrollInfo && _scrollInfo != null) 783else _scrollInfo.ScrollOwner = null; 797else if (_scrollInfo != null) 799if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; } 800_scrollInfo.ScrollOwner = null; 863if (scp._scrollInfo == null) 884get { return (_scrollInfo == this); }