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)
60if (_textPattern == null) 65returnValue = _textPattern;