1 write to _scrollOwner
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
473_scrollData._scrollOwner = value;
3 references to _scrollOwner
PresentationFramework (3)
System\Windows\Controls\Stack.cs (3)
465return _scrollData._scrollOwner; 470if (value != _scrollData._scrollOwner) 1026get { return (_scrollData != null) && (_scrollData._scrollOwner != null); }