2 writes to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
18_textPattern = new TextAdaptor(this, ((TextBoxBase)owner).TextContainer); 44_textPattern = new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer);
2 references to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
43if(_textPattern == null) 46return _textPattern;