7 instantiations of TextAdaptor
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
39_textPattern = new TextAdaptor(this, _textContainer); 89_textPattern = new TextAdaptor(this, textContainer);
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
76_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
26_textPattern = new TextAdaptor(this, owner.TextContainer); 50_textPattern = new TextAdaptor(this, owner.TextContainer);
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
26_textPattern = new TextAdaptor(this, ((TextBoxBase)owner).TextContainer); 52_textPattern = new TextAdaptor(this, ((TextBoxBase)Owner).TextContainer);
6 references to TextAdaptor
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
291private TextAdaptor _textPattern;
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
174private TextAdaptor _textPattern;
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
96private TextAdaptor _textPattern;
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
139private TextAdaptor _textPattern;
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
467internal TextRangeAdaptor(TextAdaptor textAdaptor, ITextPointer start, ITextPointer end, AutomationPeer textPeer) 1537private TextAdaptor _textAdaptor;