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