33 references to Bottom
System.Web.Entity.Design (18)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (6)
47top = _databaseConnectionGroupLabel.Bottom; 58top = _namedConnectionRadioButton.Bottom; 62top = _namedConnectionComboBox.Bottom; 66top = _connectionStringRadioButton.Bottom; 70top = _databaseConnectionGroupBox.Bottom; 74top = _containerNameLabel.Bottom;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (8)
44top = _entitySetLabel.Bottom; 48top = _entitySetComboBox.Bottom; 52top = _entityTypeFilterLabel.Bottom; 56top = _entityTypeFilterComboBox.Bottom; 60top = _selectLabel.Bottom; 70top = _selectSimpleCheckedListBox.Bottom; 78top = _enableInsertCheckBox.Bottom; 82top = _enableUpdateCheckBox.Bottom;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (4)
254top = _checkBoxPanel.Bottom; 262top = _statementLabel.Bottom; 266top = _statementPanel.Bottom; 276top = _cancelButton.Bottom;
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1549y = control.Bottom - size.Height;
winforms\Managed\System\WinForms\Splitter.cs (2)
814if (target.Bottom == Top) return(Control)target; 817if (target.Top == Bottom) return(Control)target;
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (4)
559e.Graphics.DrawLine(framePen, this.designerPreview.Left - margin.Width, this.designerPreview.Bottom + 1, this.designerPreview.Right + margin.Width, this.designerPreview.Bottom + 1); 560e.Graphics.DrawLine(framePen, this.designerPreview.Left - 1, this.designerPreview.Top - margin.Height, this.designerPreview.Left - 1, this.designerPreview.Bottom + margin.Height); 561e.Graphics.DrawLine(framePen, this.designerPreview.Right + 1, this.designerPreview.Top - margin.Height, this.designerPreview.Right + 1, this.designerPreview.Bottom + margin.Height);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (8)
509Rectangle lineRectangle = new Rectangle(this.ClientRectangle.Left, this.artifactLabel.Bottom + ((this.typeNameTableLayoutPanel.Top + this.typeTextBox.Top - this.artifactLabel.Bottom) / 2), this.ClientRectangle.Width, 1); 514lineRectangle = new Rectangle(this.ClientRectangle.Left, this.helpTextHolder.Bottom + ((this.okCancelTableLayoutPanel.Top + this.buttonOK.Top - this.helpTextHolder.Bottom) / 2), this.ClientRectangle.Width, 1); 519paintArgs.Graphics.DrawLine(SystemPens.WindowFrame, this.helpTextHolder.Left - 1, this.helpTextHolder.Top - 1, this.helpTextHolder.Left - 1, this.helpTextHolder.Bottom); 520paintArgs.Graphics.DrawLine(SystemPens.WindowFrame, this.helpTextHolder.Left - 1, this.helpTextHolder.Bottom, this.helpTextHolder.Right, this.helpTextHolder.Bottom); 521paintArgs.Graphics.DrawLine(SystemPens.WindowFrame, this.helpTextHolder.Right, this.helpTextHolder.Bottom, this.helpTextHolder.Right, this.helpTextHolder.Top - 1);