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