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