2 writes to _scrollViewer
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
790
_scrollViewer
= _textEditor._Scroller as ScrollViewer;
1167
_scrollViewer
= null;
2 references to _scrollViewer
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
786
if (
_scrollViewer
== null)
793
return
_scrollViewer
;