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)
774
if (si !=
_scrollInfo
&&
_scrollInfo
!= null)
777
else
_scrollInfo
.ScrollOwner = null;
791
else if (
_scrollInfo
!= null)
793
if (
_scrollInfo
.ScrollOwner != null) {
_scrollInfo
.ScrollOwner.ScrollInfo = null; }
794
_scrollInfo
.ScrollOwner = null;
857
if (scp.
_scrollInfo
== null)
878
get { return (
_scrollInfo
== this); }