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;
8 references to _scrollInfo
PresentationFramework (8)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (8)
758
if (si !=
_scrollInfo
&&
_scrollInfo
!= null)
761
else
_scrollInfo
.ScrollOwner = null;
775
else if (
_scrollInfo
!= null)
777
_scrollInfo
.ScrollOwner?.ScrollInfo = null;
778
_scrollInfo
.ScrollOwner = null;
841
if (scp.
_scrollInfo
== null)
862
get { return (
_scrollInfo
== this); }