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