MS\Internal\AutomationProxies\CommonXSendMessage.cs (87)
51hwnd, uMsg, wParam, lParam, cbSize, pszText, maxLength, ProcessorTypes.ProcessorUndef, false);
57hwnd, uMsg, wParam, lParam, cbSize, pszText, maxLength, ProcessorTypes.ProcessorUndef, ignoreSendResult);
76IntPtr pszText, int maxLength, ProcessorTypes remoteBitness, bool ignoreSendResult)
98if (remoteBitness == ProcessorTypes.Processor32Bit)
146internal static void GetProcessTypes(IntPtr hwnd, out ProcessorTypes localBitness, out ProcessorTypes remoteBitness)
153localBitness = ProcessorTypes.Processor32Bit;
156remoteBitness = !IsWOW64Process(hwnd) ? ProcessorTypes.Processor64Bit : ProcessorTypes.Processor32Bit;
168localBitness = ProcessorTypes.Processor32Bit;
169remoteBitness = ProcessorTypes.Processor32Bit;
176localBitness = ProcessorTypes.Processor64Bit;
179remoteBitness = !IsWOW64Process(hwnd) ? ProcessorTypes.Processor64Bit : ProcessorTypes.Processor32Bit;
411ProcessorTypes localBitness;
412ProcessorTypes remoteBitness;
419else if (remoteBitness == ProcessorTypes.Processor32Bit)
428else if (remoteBitness == ProcessorTypes.Processor64Bit)
440ProcessorTypes localBitness;
441ProcessorTypes remoteBitness;
448else if (remoteBitness == ProcessorTypes.Processor32Bit)
454else if (remoteBitness == ProcessorTypes.Processor64Bit)
466ProcessorTypes localBitness;
467ProcessorTypes remoteBitness;
477else if (remoteBitness == ProcessorTypes.Processor32Bit)
489else if (remoteBitness == ProcessorTypes.Processor64Bit)
507ProcessorTypes localBitness;
508ProcessorTypes remoteBitness;
517else if (remoteBitness == ProcessorTypes.Processor32Bit)
524else if (remoteBitness == ProcessorTypes.Processor64Bit)
537ProcessorTypes localBitness;
538ProcessorTypes remoteBitness;
554else if (remoteBitness == ProcessorTypes.Processor32Bit)
565else if (remoteBitness == ProcessorTypes.Processor64Bit)
582ProcessorTypes localBitness;
583ProcessorTypes remoteBitness;
599else if (remoteBitness == ProcessorTypes.Processor32Bit)
610else if (remoteBitness == ProcessorTypes.Processor64Bit)
627ProcessorTypes localBitness;
628ProcessorTypes remoteBitness;
641else if (remoteBitness == ProcessorTypes.Processor32Bit)
653else if (remoteBitness == ProcessorTypes.Processor64Bit)
671ProcessorTypes localBitness;
672ProcessorTypes remoteBitness;
700else if (remoteBitness == ProcessorTypes.Processor32Bit)
718else if (remoteBitness == ProcessorTypes.Processor64Bit)
752ProcessorTypes localBitness;
753ProcessorTypes remoteBitness;
763else if (remoteBitness == ProcessorTypes.Processor32Bit)
776else if (remoteBitness == ProcessorTypes.Processor64Bit)
795ProcessorTypes localBitness;
796ProcessorTypes remoteBitness;
803else if (remoteBitness == ProcessorTypes.Processor32Bit)
812else if (remoteBitness == ProcessorTypes.Processor64Bit)
834ProcessorTypes localBitness;
835ProcessorTypes remoteBitness;
845else if (remoteBitness == ProcessorTypes.Processor32Bit)
858else if (remoteBitness == ProcessorTypes.Processor64Bit)
877ProcessorTypes localBitness;
878ProcessorTypes remoteBitness;
885else if (remoteBitness == ProcessorTypes.Processor32Bit)
894else if (remoteBitness == ProcessorTypes.Processor64Bit)
916ProcessorTypes localBitness;
917ProcessorTypes remoteBitness;
927else if (remoteBitness == ProcessorTypes.Processor32Bit)
940else if (remoteBitness == ProcessorTypes.Processor64Bit)
959ProcessorTypes localBitness;
960ProcessorTypes remoteBitness;
967else if (remoteBitness == ProcessorTypes.Processor32Bit)
973else if (remoteBitness == ProcessorTypes.Processor64Bit)
984ProcessorTypes localBitness;
985ProcessorTypes remoteBitness;
1004else if (remoteBitness == ProcessorTypes.Processor32Bit)
1013else if (remoteBitness == ProcessorTypes.Processor64Bit)
1030ProcessorTypes localBitness;
1031ProcessorTypes remoteBitness;
1038else if (remoteBitness == ProcessorTypes.Processor32Bit)
1047else if (remoteBitness == ProcessorTypes.Processor64Bit)
1069ProcessorTypes localBitness;
1070ProcessorTypes remoteBitness;
1080else if (remoteBitness == ProcessorTypes.Processor32Bit)
1093else if (remoteBitness == ProcessorTypes.Processor64Bit)
1121ProcessorTypes localBitness;
1122ProcessorTypes remoteBitness;
1137else if (remoteBitness == ProcessorTypes.Processor32Bit)
1144ProcessorTypes.Processor32Bit, true);
1146else if (remoteBitness == ProcessorTypes.Processor64Bit)