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