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)
758
if (si !=
_scrollInfo
&&
_scrollInfo
!= null)
761
else
_scrollInfo
.ScrollOwner = null;
775
else if (
_scrollInfo
!= null)
777
if (
_scrollInfo
.ScrollOwner != null) {
_scrollInfo
.ScrollOwner.ScrollInfo = null; }
778
_scrollInfo
.ScrollOwner = null;
841
if (scp.
_scrollInfo
== null)
862
get { return (
_scrollInfo
== this); }