2 references to PAGE_READWRITE
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
54
SetHandle(Misc.VirtualAllocEx(_processHandle, IntPtr.Zero, new UIntPtr((uint)cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.
PAGE_READWRITE
));
MS\Internal\AutomationProxies\Misc.cs (1)
595
memAddr = VirtualAlloc(IntPtr.Zero, new UIntPtr(cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.
PAGE_READWRITE
);