2 writes to _textPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
26
_textPattern
= new TextAdaptor(this, ((TextBoxBase)owner).TextContainer);
52
_textPattern
= new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer);
2 references to _textPattern
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
51
if(
_textPattern
== null)
54
return
_textPattern
;