2 writes to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
30_textPattern = new TextAdaptor(this, ((TextBoxBase)owner).TextContainer); 56_textPattern = new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer);
2 references to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
55if(_textPattern == null) 58return _textPattern;