3 references to TextBoxAutomationPeer
PresentationFramework (1)
System\Windows\Controls\TextBox.cs (1)
1005
return new
TextBoxAutomationPeer
(this);
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
371
:
base
(owner)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (1)
38
public RibbonTextBoxAutomationPeer(RibbonTextBox owner):
base
(owner)