5 references to Create
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
667ProxySimple el = (ProxySimple)WindowsListBox.Create(hwnd, idChild); 736el = (ProxyFragment)WindowsListBox.Create(hwnd, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (3)
59return Create(hwnd, idChild); 130ProxySimple el = (ProxyHwnd)WindowsListBox.Create(hwnd, 0); 451WindowsListBox wlb = (WindowsListBox)WindowsListBox.Create(hwnd, 0);