2 writes to _scrollViewer
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
806
_scrollViewer
= _textEditor._Scroller as ScrollViewer;
1194
_scrollViewer
= null;
2 references to _scrollViewer
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
802
if (
_scrollViewer
== null)
809
return
_scrollViewer
;