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