2 writes to lpstrText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2135
txrg.
lpstrText
= charBuffer.AllocCoTaskMem();
3382
txrg.
lpstrText
= unmanagedBuffer;
5 references to lpstrText
System.Windows.Forms (5)
winforms\Managed\System\WinForms\RichTextBox.cs (5)
2136
if (txrg.
lpstrText
== IntPtr.Zero)
2177
charBuffer.PutCoTaskMem(txrg.
lpstrText
);
2215
if (txrg.
lpstrText
!= IntPtr.Zero) Marshal.FreeCoTaskMem(txrg.
lpstrText
);
3386
if (txrg.
lpstrText
!= IntPtr.Zero)