3 writes to _textPattern
PresentationFramework (3)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
37
_textPattern
= new TextAdaptor(this, _textContainer);
50
_textPattern
= null;
87
_textPattern
= new TextAdaptor(this, textContainer);
4 references to _textPattern
PresentationFramework (4)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (4)
47
if (
_textPattern
!= null)
49
_textPattern
.Dispose();
80
if (
_textPattern
== null)
91
returnValue =
_textPattern
;