2 writes to _textPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
26_textPattern = new TextAdaptor(this, owner.TextContainer); 50_textPattern = new TextAdaptor(this, owner.TextContainer);
2 references to _textPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
49if (_textPattern == null) 52return _textPattern;