7 references to 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);