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