1 write to _textPattern
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
76
_textPattern
= new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
2 references to _textPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
74
if (
_textPattern
== null)
79
returnValue =
_textPattern
;