2 instantiations of ScrollData
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (1)
715
_scrollData = new
ScrollData
();
MS\Internal\Documents\TextBoxView.cs (1)
393
_scrollData = new
ScrollData
();
2 references to ScrollData
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (1)
413
private
ScrollData
_scrollData; // IScrollInfo related data, if hosted by ScrollViewer
MS\Internal\Documents\TextBoxView.cs (1)
3273
private
ScrollData
_scrollData;