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)
418private ScrollData _scrollData; // IScrollInfo related data, if hosted by ScrollViewer
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
3250private ScrollData _scrollData;