5 references to Create
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
664
ProxySimple el = (ProxySimple)WindowsListBox.
Create
(hwnd, idChild);
733
el = (ProxyFragment)WindowsListBox.
Create
(hwnd, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (3)
67
return
Create
(hwnd, idChild);
138
ProxySimple el = (ProxyHwnd)WindowsListBox.
Create
(hwnd, 0);
459
WindowsListBox wlb = (WindowsListBox)WindowsListBox.
Create
(hwnd, 0);