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