5 references to Create
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
653
ProxySimple el = (ProxySimple)WindowsListBox.
Create
(hwnd, idChild);
716
el = (ProxyFragment)WindowsListBox.
Create
(hwnd, 0);
MS\Internal\AutomationProxies\WindowsListBox.cs (3)
54
return
Create
(hwnd, idChild);
125
ProxySimple el = (ProxyHwnd)WindowsListBox.
Create
(hwnd, 0);
443
WindowsListBox wlb = (WindowsListBox)WindowsListBox.
Create
(hwnd, 0);