3 references to Win32ProviderRuntimeIdBase
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
166id[0] = ProxySimple.Win32ProviderRuntimeIdBase;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
957return new int [4] { ProxySimple.Win32ProviderRuntimeIdBase, unchecked((int)(long)_hwnd), highPart, lowPart }; 961return new int[3] { ProxySimple.Win32ProviderRuntimeIdBase, (int)_hwnd, (int)_hItem };