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