2 overrides of AllocCoTaskMem
System.Windows.Forms (2)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
6542public override IntPtr AllocCoTaskMem() 6588public override IntPtr AllocCoTaskMem()
4 references to AllocCoTaskMem
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialog.cs (2)
767IntPtr newBuffer = charBufferTmp.AllocCoTaskMem(); 1019ofn.lpstrFile = charBuffer.AllocCoTaskMem();
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2135txrg.lpstrText = charBuffer.AllocCoTaskMem(); 3378IntPtr unmanagedBuffer = charBuffer.AllocCoTaskMem();