7 instantiations of TextAdaptor
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
34_textPattern = new TextAdaptor(this, _textContainer); 84_textPattern = new TextAdaptor(this, textContainer);
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
62_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
18_textPattern = new TextAdaptor(this, owner.TextContainer); 42_textPattern = new TextAdaptor(this, owner.TextContainer);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
18_textPattern = new TextAdaptor(this, ((TextBoxBase)owner).TextContainer); 44_textPattern = new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer);
10 references to TextAdaptor
PresentationFramework (10)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (2)
53TextAdaptor textAdaptor = GetPattern(PatternInterface.Text) as TextAdaptor;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
274private TextAdaptor _textPattern;
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
157private TextAdaptor _textPattern;
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
87private TextAdaptor _textPattern;
System\Windows\Automation\Peers\TextAutomationPeer.cs (2)
52TextAdaptor textAdaptor = GetPattern(PatternInterface.Text) as TextAdaptor;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
128private TextAdaptor _textPattern;
System\Windows\Controls\TextRangeAdaptor.cs (2)
456internal TextRangeAdaptor(TextAdaptor textAdaptor, ITextPointer start, ITextPointer end, AutomationPeer textPeer) 1525private TextAdaptor _textAdaptor;