1 write to _scrollOwner
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
483_scrollData._scrollOwner = value;
3 references to _scrollOwner
PresentationFramework (3)
System\Windows\Controls\Stack.cs (3)
475return _scrollData._scrollOwner; 480if (value != _scrollData._scrollOwner) 1036get { return (_scrollData != null) && (_scrollData._scrollOwner != null); }