1 instantiation of ScrollData
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
702
if (_scrollData == null) { _scrollData = new
ScrollData
(); }
2 references to ScrollData
PresentationFramework (2)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
700
private
ScrollData
EnsureScrollData()
897
private
ScrollData
_scrollData;