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