1 write to _textContainer
PresentationFramework (1)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
34_textContainer = ((IServiceProvider)owner).GetService(typeof(ITextContainer)) as ITextContainer;
3 references to _textContainer
PresentationFramework (3)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
35if (_textContainer != null) 37_textPattern = new TextAdaptor(this, _textContainer); 130ITextView textView = _textContainer?.TextView;