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)
49
if (
_textPattern
== null)
52
return
_textPattern
;