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