20 references to ProxyManager
UIAutomationClient (20)
MS\Internal\Automation\Accessible.cs (1)
102
return
ProxyManager
.GetClassName(NativeMethods.HWND.Cast(hwnd)) == szClass;
MS\Internal\Automation\ClientEventManager.cs (1)
74
ProxyManager
.LoadDefaultProxies();
MS\Internal\Automation\FocusTracker.cs (4)
141
provider =
ProxyManager
.ProxyProviderFromHwnd(NativeMethods.HWND.Cast(hwnd), idChild, UnsafeNativeMethods.OBJID_CLIENT);
146
ClientSideProviderFactoryCallback factory =
ProxyManager
.NonClientMenuBarProxyFactory;
155
ClientSideProviderFactoryCallback factory =
ProxyManager
.NonClientSysMenuProxyFactory;
170
provider =
ProxyManager
.ProxyProviderFromHwnd(NativeMethods.HWND.Cast(hwnd), idChild, idObject);
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
126
return
ProxyManager
.GetClassName( _hwnd );
188
return Misc.IsWindowsFormsControl(
ProxyManager
.GetClassName(_hwnd)) ? "WinForm" : "Win32";
1381
IRawElementProviderSimple proxyProvider =
ProxyManager
.ProxyProviderFromHwnd(hwnd, 0, UnsafeNativeMethods.OBJID_CLIENT);
1393
IRawElementProviderSimple nonClientProvider =
ProxyManager
.GetNonClientProvider(hwnd.h);
1907
if (
ProxyManager
.GetClassName(hwnd).CompareTo("Progman") == 0)
2127
IRawElementProviderSimple provider =
ProxyManager
.GetUser32FocusedMenuProvider(gti.hwndMenuOwner);
MS\Internal\Automation\ProxyManager.cs (3)
216
ClientSideProviderFactoryCallback nonClientFactory =
ProxyManager
.NonClientProxyFactory;
226
ClientSideProviderFactoryCallback menuFactory =
ProxyManager
.User32FocusedMenuProxyFactory;
373
AssemblyName ourAssembly = Assembly.GetAssembly(typeof(
ProxyManager
)).GetName();
MS\Internal\Automation\UiaCoreAPI.cs (2)
1573
provider =
ProxyManager
.ProxyProviderFromHwnd(NativeMethods.HWND.Cast(hwnd), 0, UnsafeNativeMethods.OBJID_CLIENT);
1577
provider =
ProxyManager
.GetNonClientProvider(hwnd);
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
85
string str =
ProxyManager
.GetClassName(nativeHwnd);
System\Windows\Automation\ClientSettings.cs (2)
52
ProxyManager
.RegisterProxyAssembly( assemblyName );
63
ProxyManager
.RegisterWindowHandlers(clientSideProviderDescription);