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