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