1 write to _processHandle
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
52_processHandle = processHandle;
6 references to _processHandle
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (6)
54SetHandle(Misc.VirtualAllocEx(_processHandle, IntPtr.Zero, new UIntPtr((uint)cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE)); 70return Misc.VirtualFreeEx(_processHandle, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE); 94Misc.WriteProcessMemory(_processHandle, handle, sourceAddress, cbSize, out count); 100Misc.ReadProcessMemory(_processHandle, remoteAddress, destAddress, cbSize, out count); 106Misc.ReadProcessMemory(_processHandle, handle, destAddress, cbSize, out count); 111Misc.ReadProcessMemory(_processHandle, handle, destAddress, cbSize, out count);