7 instantiations of TextAdaptor
PresentationFramework (7)
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (2)
37
_textPattern = new
TextAdaptor
(this, _textContainer);
87
_textPattern = new
TextAdaptor
(this, textContainer);
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
75
_textPattern = new
TextAdaptor
(this, ((PasswordBox)Owner).TextContainer);
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (2)
30
_textPattern = new
TextAdaptor
(this, owner.TextContainer);
54
_textPattern = new
TextAdaptor
(this, owner.TextContainer);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
30
_textPattern = new
TextAdaptor
(this, ((TextBoxBase)owner).TextContainer);
56
_textPattern = new
TextAdaptor
(this, ((TextBoxBase)Owner).TextContainer);
10 references to TextAdaptor
PresentationFramework (10)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (2)
55
TextAdaptor
textAdaptor = GetPattern(PatternInterface.Text) as
TextAdaptor
;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
277
private
TextAdaptor
_textPattern;
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
170
private
TextAdaptor
_textPattern;
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
99
private
TextAdaptor
_textPattern;
System\Windows\Automation\Peers\TextAutomationPeer.cs (2)
54
TextAdaptor
textAdaptor = GetPattern(PatternInterface.Text) as
TextAdaptor
;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
140
private
TextAdaptor
_textPattern;
System\Windows\Controls\TextRangeAdaptor.cs (2)
459
internal TextRangeAdaptor(
TextAdaptor
textAdaptor, ITextPointer start, ITextPointer end, AutomationPeer textPeer)
1528
private
TextAdaptor
_textAdaptor;