1 write to _processHandle
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
46_processHandle = processHandle;
6 references to _processHandle
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (6)
48SetHandle(Misc.VirtualAllocEx(_processHandle, IntPtr.Zero, new UIntPtr((uint)cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE)); 60return Misc.VirtualFreeEx(_processHandle, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE); 84Misc.WriteProcessMemory(_processHandle, handle, sourceAddress, cbSize, out count); 90Misc.ReadProcessMemory(_processHandle, remoteAddress, destAddress, cbSize, out count); 96Misc.ReadProcessMemory(_processHandle, handle, destAddress, cbSize, out count); 101Misc.ReadProcessMemory(_processHandle, handle, destAddress, cbSize, out count);