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