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