9 references to Vertical
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
95
this._selectAdvancedTextBox.ScrollBars = System.Windows.Forms.ScrollBars.
Vertical
;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
193
this._statementTextBox.ScrollBars = System.Windows.Forms.ScrollBars.
Vertical
;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
934
if ((this.scrollBars == ScrollBars.Both || this.scrollBars == ScrollBars.
Vertical
) /*&&
9069
bool allowVertScrollbar = (this.scrollBars == ScrollBars.Both) || (this.scrollBars == ScrollBars.
Vertical
);
10329
bool allowVertScrollbar = (this.scrollBars == ScrollBars.Both) || (this.scrollBars == ScrollBars.
Vertical
);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
280
this.details.ScrollBars = System.Windows.Forms.ScrollBars.
Vertical
;
winforms\Managed\System\WinForms\TextBox.cs (3)
355
if ((scrollBars & ScrollBars.
Vertical
) == ScrollBars.
Vertical
) {
445
if(Multiline && (ScrollBars & ScrollBars.
Vertical
) != 0) {