3 writes to _textPattern
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
39
_textPattern
= new TextAdaptor(this, _textContainer);
52
_textPattern
= null;
89
_textPattern
= new TextAdaptor(this, textContainer);
4 references to _textPattern
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (4)
49
if (
_textPattern
!= null)
51
_textPattern
.Dispose();
82
if (
_textPattern
== null)
93
returnValue =
_textPattern
;