1 write to _scrollOwner
PresentationFramework (1)
MS\Internal\Documents\ScrollData.cs (1)
236
_scrollOwner
= value;
4 references to _scrollOwner
PresentationFramework (4)
MS\Internal\Documents\ScrollData.cs (4)
138
_scrollOwner
?.InvalidateScrollInfo();
157
_scrollOwner
?.InvalidateScrollInfo();
227
if (value !=
_scrollOwner
)
364
return
_scrollOwner
;