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