1 write to _scrollOwner
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ScrollData.cs (1)
247_scrollOwner = value;
6 references to _scrollOwner
PresentationFramework (6)
src\Framework\MS\Internal\Documents\ScrollData.cs (6)
143if (_scrollOwner != null) 145_scrollOwner.InvalidateScrollInfo(); 165if (_scrollOwner != null) 167_scrollOwner.InvalidateScrollInfo(); 238if (value != _scrollOwner) 375return _scrollOwner;