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