2 instantiations of ScrollData
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
720
_scrollData = new
ScrollData
();
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
395
_scrollData = new
ScrollData
();
2 references to ScrollData
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
418
private
ScrollData
_scrollData; // IScrollInfo related data, if hosted by ScrollViewer
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
3250
private
ScrollData
_scrollData;