1 instantiation of TextBoxAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBox.cs (1)
1003
return new
TextBoxAutomationPeer
(this);
2 references to TextBoxAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBox.cs (2)
1044
TextBoxAutomationPeer
peer = UIElementAutomationPeer.FromElement(this) as
TextBoxAutomationPeer
;