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