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