1 write to _scrollOwner
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
308
set { if (IsScrollClient) { _scrollData.
_scrollOwner
= value; } }
1 reference to _scrollOwner
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
307
get { return (IsScrollClient) ? _scrollData.
_scrollOwner
: null; }