2 writes to _scrollInfo
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
768_scrollInfo = si; // At this point, we pass IsScrollClient if si == this. 780_scrollInfo = null;
9 references to _scrollInfo
PresentationFramework (9)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (9)
759if (si != _scrollInfo && _scrollInfo != null) 762else _scrollInfo.ScrollOwner = null; 776else if (_scrollInfo != null) 778if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; } 779_scrollInfo.ScrollOwner = null; 842if (scp._scrollInfo == null) 863get { return (_scrollInfo == this); }