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