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)
48
SetHandle(Misc.VirtualAllocEx(
_processHandle
, IntPtr.Zero, new UIntPtr((uint)cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE));
60
return Misc.VirtualFreeEx(
_processHandle
, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);
84
Misc.WriteProcessMemory(
_processHandle
, handle, sourceAddress, cbSize, out count);
90
Misc.ReadProcessMemory(
_processHandle
, remoteAddress, destAddress, cbSize, out count);
96
Misc.ReadProcessMemory(
_processHandle
, handle, destAddress, cbSize, out count);
101
Misc.ReadProcessMemory(
_processHandle
, handle, destAddress, cbSize, out count);