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(); 74if (_textPattern == null) 85returnValue = _textPattern;