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