6 references to Create
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
62
return
Create
(hwnd, idChild);
768
WindowsComboBox cb = (WindowsComboBox)
Create
(hwnd, 0);
776
el = (ProxySimple)
Create
(hwnd, 0);
797
ProxySimple el = (ProxySimple)
Create
(hwndCombo, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
80
parent = (ProxyFragment)WindowsComboBox.
Create
(cbInfo.hwndCombo, 0);
531
WindowsComboBox cb = (WindowsComboBox)WindowsComboBox.
Create
(cbInfo.hwndCombo, 0);