2 instantiations of ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
9543
if (_scrollData == null) { _scrollData = new
ScrollData
(); }
12963
s._scrollData = new
ScrollData
2 references to ScrollData
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11663
private
ScrollData
_scrollData;
12834
internal
ScrollData
_scrollData;