1 write to _scrollOwner
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
472_scrollData._scrollOwner = value;
3 references to _scrollOwner
PresentationFramework (3)
System\Windows\Controls\Stack.cs (3)
464return _scrollData._scrollOwner; 469if (value != _scrollData._scrollOwner) 1025get { return (_scrollData != null) && (_scrollData._scrollOwner != null); }