3 references to Create
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
106
return
Create
(hwnd, idChild);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
169
IScrollProvider scroll = NonClientArea.
Create
(_hwnd, 0) as IScrollProvider;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
311
NonClientArea nonClient = (NonClientArea)NonClientArea.
Create
(gui.hwndActive, 0);