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