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