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