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