1 write to richTextBox
WinFormsControlsTest (1)
DragDrop.Designer.cs (1)
38richTextBox = new RichTextBox();
16 references to richTextBox
WinFormsControlsTest (16)
DragDrop.cs (7)
78richTextBox.AllowDrop = true; 79richTextBox.EnableAutoDragDrop = true; 80richTextBox.DragEnter += RichTextBox_DragEnter; 81richTextBox.DragDrop += RichTextBox_DragDrop; 92richTextBox.Clear(); 351richTextBox.Clear(); 352richTextBox.LoadFile(fileNames[0], RichTextBoxStreamType.RichText);
DragDrop.Designer.cs (9)
63tableLayoutPanel1.Controls.Add(richTextBox, 1, 0); 96richTextBox.Dock = DockStyle.Fill; 97richTextBox.Font = new Font("Segoe UI", 14.25F); 98richTextBox.Location = new Point(118, 3); 99richTextBox.Name = "richTextBox"; 100tableLayoutPanel1.SetRowSpan(richTextBox, 5); 101richTextBox.Size = new Size(611, 554); 102richTextBox.TabIndex = 22; 103richTextBox.Text = "";