1 instantiation of ScrollData
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
718
if (_scrollData == null) { _scrollData = new
ScrollData
(); }
2 references to ScrollData
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
716
private
ScrollData
EnsureScrollData()
913
private
ScrollData
_scrollData;