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)
44if (_textPattern != null) 46_textPattern.Dispose(); 77if (_textPattern == null) 88returnValue = _textPattern;