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)
45if (_textPattern != null) 47_textPattern.Dispose(); 78if (_textPattern == null) 89returnValue = _textPattern;