1 write to _textPattern
PresentationFramework (1)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
62
_textPattern
= new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
2 references to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
60
if (
_textPattern
== null)
65
returnValue =
_textPattern
;