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