6 references to Create
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
61return Create(hwnd, idChild); 763WindowsComboBox cb = (WindowsComboBox) Create (hwnd, 0); 771el = (ProxySimple) Create (hwnd, 0); 789ProxySimple el = (ProxySimple) Create (hwndCombo, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
79parent = (ProxyFragment)WindowsComboBox.Create(cbInfo.hwndCombo, 0); 524WindowsComboBox cb = (WindowsComboBox)WindowsComboBox.Create(cbInfo.hwndCombo, 0);