2 writes to _scrollInfo
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
783_scrollInfo = si; // At this point, we pass IsScrollClient if si == this. 795_scrollInfo = null;
9 references to _scrollInfo
PresentationFramework (9)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (9)
774if (si != _scrollInfo && _scrollInfo != null) 777else _scrollInfo.ScrollOwner = null; 791else if (_scrollInfo != null) 793if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; } 794_scrollInfo.ScrollOwner = null; 857if (scp._scrollInfo == null) 878get { return (_scrollInfo == this); }