1 instantiation of ScrollData
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
789
if (_scrollData == null) { _scrollData = new
ScrollData
(); }
1 reference to ScrollData
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
1080
private
ScrollData
_scrollData;