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