1 write to _scrollOwner
PresentationFramework (1)
src\Framework\System\Windows\Controls\Stack.cs (1)
489_scrollData._scrollOwner = value;
3 references to _scrollOwner
PresentationFramework (3)
src\Framework\System\Windows\Controls\Stack.cs (3)
481return _scrollData._scrollOwner; 486if (value != _scrollData._scrollOwner) 1042get { return (_scrollData != null) && (_scrollData._scrollOwner != null); }