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