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