3 references to Create
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
105
return
Create
(hwnd, idChild);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
157
IScrollProvider scroll = NonClientArea.
Create
(_hwnd, 0) as IScrollProvider;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
298
NonClientArea nonClient = (NonClientArea)NonClientArea.
Create
(gui.hwndActive, 0);