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