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)
759
if (si !=
_scrollInfo
&&
_scrollInfo
!= null)
762
else
_scrollInfo
.ScrollOwner = null;
776
else if (
_scrollInfo
!= null)
778
if (
_scrollInfo
.ScrollOwner != null) {
_scrollInfo
.ScrollOwner.ScrollInfo = null; }
779
_scrollInfo
.ScrollOwner = null;
842
if (scp.
_scrollInfo
== null)
863
get { return (
_scrollInfo
== this); }