6 references to Create
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
74return Create(hwnd, idChild); 785WindowsComboBox cb = (WindowsComboBox) Create (hwnd, 0); 793el = (ProxySimple) Create (hwnd, 0); 814ProxySimple el = (ProxySimple) Create (hwndCombo, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
92parent = (ProxyFragment)WindowsComboBox.Create(cbInfo.hwndCombo, 0); 543WindowsComboBox cb = (WindowsComboBox)WindowsComboBox.Create(cbInfo.hwndCombo, 0);