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)
291
private
TextAdaptor
_textPattern;
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
174
private
TextAdaptor
_textPattern;
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
96
private
TextAdaptor
_textPattern;
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
139
private
TextAdaptor
_textPattern;
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
467
internal TextRangeAdaptor(
TextAdaptor
textAdaptor, ITextPointer start, ITextPointer end, AutomationPeer textPeer)
1537
private
TextAdaptor
_textAdaptor;