2 writes to _scrollInfo
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
789
_scrollInfo
= si; // At this point, we pass IsScrollClient if si == this.
801
_scrollInfo
= null;
9 references to _scrollInfo
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (9)
780
if (si !=
_scrollInfo
&&
_scrollInfo
!= null)
783
else
_scrollInfo
.ScrollOwner = null;
797
else if (
_scrollInfo
!= null)
799
if (
_scrollInfo
.ScrollOwner != null) {
_scrollInfo
.ScrollOwner.ScrollInfo = null; }
800
_scrollInfo
.ScrollOwner = null;
863
if (scp.
_scrollInfo
== null)
884
get { return (
_scrollInfo
== this); }