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