4 instantiations of SafeCoTaskMem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
128using (SafeCoTaskMem ptr = new SafeCoTaskMem(maxLength))
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1366using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1414using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1462using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH))
7 references to SafeCoTaskMem
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (2)
103internal void ReadFrom(SafeCoTaskMem destAddress, IntPtr cbSize) 128using (SafeCoTaskMem ptr = new SafeCoTaskMem(maxLength))
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1366using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1414using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1462using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH))
MS\Internal\AutomationProxies\Misc.cs (1)
1414internal 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)
79internal 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);