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