2 writes to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
18
_textPattern
= new TextAdaptor(this, ((TextBoxBase)owner).TextContainer);
44
_textPattern
= new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer);
2 references to _textPattern
PresentationFramework (2)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
43
if(
_textPattern
== null)
46
return
_textPattern
;