1 write to _scrollOwner
PresentationFramework (1)
MS\Internal\Documents\ScrollData.cs (1)
235
_scrollOwner
= value;
4 references to _scrollOwner
PresentationFramework (4)
MS\Internal\Documents\ScrollData.cs (4)
137
_scrollOwner
?.InvalidateScrollInfo();
156
_scrollOwner
?.InvalidateScrollInfo();
226
if (value !=
_scrollOwner
)
363
return
_scrollOwner
;