2 instantiations of UnicodeCharBuffer
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2022
UnicodeCharBuffer charBuffer =
new
(CHAR_BUFFER_LEN + 1);
3282
UnicodeCharBuffer charBuffer =
new
(characters);
2 references to UnicodeCharBuffer
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2022
UnicodeCharBuffer
charBuffer = new(CHAR_BUFFER_LEN + 1);
3282
UnicodeCharBuffer
charBuffer = new(characters);