2 instantiations of ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
9542
if (_scrollData == null) { _scrollData = new
ScrollData
(); }
12962
s._scrollData = new
ScrollData
2 references to ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11662
private
ScrollData
_scrollData;
12833
internal
ScrollData
_scrollData;