4 instantiations of SafeCoTaskMem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
112using (SafeCoTaskMem ptr = new SafeCoTaskMem(maxLength))
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1357using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1405using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1453using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH))
7 references to SafeCoTaskMem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (2)
87internal void ReadFrom(SafeCoTaskMem destAddress, IntPtr cbSize) 112using (SafeCoTaskMem ptr = new SafeCoTaskMem(maxLength))
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1357using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1405using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH)) 1453using (SafeCoTaskMem copyTo = new SafeCoTaskMem(NativeMethods.MAX_PATH))
MS\Internal\AutomationProxies\Misc.cs (1)
1393internal 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)
64internal 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);