2 writes to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
19_textPattern = new TextAdaptor(this, owner.TextContainer); 43_textPattern = new TextAdaptor(this, owner.TextContainer);
2 references to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
42if (_textPattern == null) 45return _textPattern;