3 writes to _textPattern
PresentationFramework (3)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
37_textPattern = new TextAdaptor(this, _textContainer); 50_textPattern = null; 87_textPattern = new TextAdaptor(this, textContainer);
4 references to _textPattern
PresentationFramework (4)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (4)
47if (_textPattern != null) 49_textPattern.Dispose(); 80if (_textPattern == null) 91returnValue = _textPattern;