1 instantiation of WindowsFormsHostAutomationPeer
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
572
return new
WindowsFormsHostAutomationPeer
(this);
2 references to WindowsFormsHostAutomationPeer
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
146
WindowsFormsHostAutomationPeer
peer = UIElementAutomationPeer.CreatePeerForElement(this) as
WindowsFormsHostAutomationPeer
;