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)
35
if (
_textContainer
!= null)
37
_textPattern = new TextAdaptor(this,
_textContainer
);
130
ITextView textView =
_textContainer
?.TextView;