3 writes to _textPattern
PresentationFramework (3)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
34
_textPattern
= new TextAdaptor(this, _textContainer);
47
_textPattern
= null;
84
_textPattern
= new TextAdaptor(this, textContainer);
4 references to _textPattern
PresentationFramework (4)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (4)
44
if (
_textPattern
!= null)
46
_textPattern
.Dispose();
77
if (
_textPattern
== null)
88
returnValue =
_textPattern
;