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