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