4 instantiations of SafeCoTaskMem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
113using (SafeCoTaskMem ptr = new SafeCoTaskMem(maxLength))
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1358using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1406using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1454using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH))
7 references to SafeCoTaskMem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (2)
88internal void ReadFrom(SafeCoTaskMem destAddress, IntPtr cbSize) 113using (SafeCoTaskMem ptr = new SafeCoTaskMem(maxLength))
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1358using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1406using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1454using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH))
MS\Internal\AutomationProxies\Misc.cs (1)
1401internal static bool ReadProcessMemory(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr source, MS.Internal.AutomationProxies.SafeCoTaskMem destAddress, IntPtr size, out IntPtr bytesRead)
MS\Win32\UnsafeNativeMethods.cs (1)
65internal static extern bool ReadProcessMemory(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr Source, MS.Internal.AutomationProxies.SafeCoTaskMem destAddress, IntPtr /*SIZE_T*/ size, out IntPtr /*SIZE_T*/ bytesRead);