3 writes to _textPattern
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
39_textPattern = new TextAdaptor(this, _textContainer); 52_textPattern = null; 89_textPattern = new TextAdaptor(this, textContainer);
4 references to _textPattern
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (4)
49if (_textPattern != null) 51_textPattern.Dispose(); 82if (_textPattern == null) 93returnValue = _textPattern;