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