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