2 instantiations of ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
9539
if (_scrollData == null) { _scrollData = new
ScrollData
(); }
12959
s._scrollData = new
ScrollData
2 references to ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11659
private
ScrollData
_scrollData;
12830
internal
ScrollData
_scrollData;