2 writes to _textPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
26_textPattern = new TextAdaptor(this, ((TextBoxBase)owner).TextContainer); 52_textPattern = new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer);
2 references to _textPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
51if(_textPattern == null) 54return _textPattern;