2 references to RTB_VERT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
413if (((int)ScrollBars & RichTextBoxConstants.RTB_VERT) != 0) {
winforms\Managed\System\WinForms\RichTextBoxScrollBars.cs (1)
51Vertical = RichTextBoxConstants.RTB_VERT,