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