5 references to Create
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
654ProxySimple el = (ProxySimple)WindowsListBox.Create(hwnd, idChild); 717el = (ProxyFragment)WindowsListBox.Create(hwnd, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (3)
55return Create(hwnd, idChild); 126ProxySimple el = (ProxyHwnd)WindowsListBox.Create(hwnd, 0); 444WindowsListBox wlb = (WindowsListBox)WindowsListBox.Create(hwnd, 0);