2 writes to lpstrText
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2023txrg.lpstrText = charBuffer.AllocCoTaskMem(); 3289txrg.lpstrText = unmanagedBuffer;
5 references to lpstrText
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
2024if (txrg.lpstrText == 0) 2076charBuffer.PutCoTaskMem(txrg.lpstrText); 2121if (txrg.lpstrText != IntPtr.Zero) 2123Marshal.FreeCoTaskMem(txrg.lpstrText); 3293if (txrg.lpstrText != 0)