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)
481
return _scrollData.
_scrollOwner
;
486
if (value != _scrollData.
_scrollOwner
)
1042
get { return (_scrollData != null) && (_scrollData.
_scrollOwner
!= null); }