2 writes to _scrollViewer
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
791
_scrollViewer
= _textEditor._Scroller as ScrollViewer;
1168
_scrollViewer
= null;
2 references to _scrollViewer
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
787
if (
_scrollViewer
== null)
794
return
_scrollViewer
;