1 write to _processHandle
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
41
_processHandle
= processHandle;
6 references to _processHandle
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (6)
43
SetHandle(Misc.VirtualAllocEx(
_processHandle
, IntPtr.Zero, new UIntPtr((uint)cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE));
55
return Misc.VirtualFreeEx(
_processHandle
, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);
79
Misc.WriteProcessMemory(
_processHandle
, handle, sourceAddress, cbSize, out count);
85
Misc.ReadProcessMemory(
_processHandle
, remoteAddress, destAddress, cbSize, out count);
91
Misc.ReadProcessMemory(
_processHandle
, handle, destAddress, cbSize, out count);
96
Misc.ReadProcessMemory(
_processHandle
, handle, destAddress, cbSize, out count);