2 references to Create
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Main.cs (1)
83
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsFormsHelper.
Create
), "WindowsForms", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
69
ProxySimple el = isWinforms ? (ProxySimple)WindowsFormsHelper.
Create
(hwnd, 0, idObject) : (ProxySimple)Create(hwnd, 0);