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