3 writes to _textPattern
PresentationFramework (3)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
35
_textPattern
= new TextAdaptor(this, _textContainer);
48
_textPattern
= null;
85
_textPattern
= new TextAdaptor(this, textContainer);
4 references to _textPattern
PresentationFramework (4)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (4)
45
if (
_textPattern
!= null)
47
_textPattern
.Dispose();
78
if (
_textPattern
== null)
89
returnValue =
_textPattern
;