2 instantiations of ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
9564
if (_scrollData == null) { _scrollData = new
ScrollData
(); }
12987
s._scrollData = new
ScrollData
2 references to ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11687
private
ScrollData
_scrollData;
12858
internal
ScrollData
_scrollData;