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