2 writes to _scrollInfo
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
767_scrollInfo = si; // At this point, we pass IsScrollClient if si == this. 779_scrollInfo = null;
9 references to _scrollInfo
PresentationFramework (9)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (9)
758if (si != _scrollInfo && _scrollInfo != null) 761else _scrollInfo.ScrollOwner = null; 775else if (_scrollInfo != null) 777if (_scrollInfo.ScrollOwner != null) { _scrollInfo.ScrollOwner.ScrollInfo = null; } 778_scrollInfo.ScrollOwner = null; 841if (scp._scrollInfo == null) 862get { return (_scrollInfo == this); }