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