3 references to IsWOW64Process
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
140
if (
IsWOW64Process
(IntPtr.Zero))
148
remoteBitness = !
IsWOW64Process
(hwnd) ? ProcessorTypes.Processor64Bit : ProcessorTypes.Processor32Bit;
171
remoteBitness = !
IsWOW64Process
(hwnd) ? ProcessorTypes.Processor64Bit : ProcessorTypes.Processor32Bit;