7 references to TextAdaptor
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
35
_textPattern = new
TextAdaptor
(this, _textContainer);
85
_textPattern = new
TextAdaptor
(this, textContainer);
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
63
_textPattern = new
TextAdaptor
(this, ((PasswordBox)Owner).TextContainer);
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
19
_textPattern = new
TextAdaptor
(this, owner.TextContainer);
43
_textPattern = new
TextAdaptor
(this, owner.TextContainer);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
19
_textPattern = new
TextAdaptor
(this, ((TextBoxBase)owner).TextContainer);
45
_textPattern = new
TextAdaptor
(this, ((TextBoxBase)Owner).TextContainer);