1 write to _scrollViewer
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1059
_scrollViewer
= GetTemplateChild(_contentHostName) as ScrollViewer;
3 references to _scrollViewer
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
572
if (
_scrollViewer
!= null && DoubleUtil.LessThan(e.CursorLeft, 0))
1057
if (
_scrollViewer
== null)
1061
return
_scrollViewer
;