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