3 writes to _textPattern
PresentationFramework (3)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
34
_textPattern
= new TextAdaptor(this, _textContainer);
45
_textPattern
= null;
81
_textPattern
= new TextAdaptor(this, textContainer);
3 references to _textPattern
PresentationFramework (3)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
44
_textPattern
?.Dispose();
74
if (
_textPattern
== null)
85
returnValue =
_textPattern
;