6 references to Bottom
System.Windows.Forms (3)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
731if (target.Bottom == Top) 738if (target.Top == Bottom)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (1)
237y = _control.Bottom - size.Height;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FormatControl.cs (1)
322formatTypeListBox.Height = tableLayoutPanel1.Bottom - formatTypeListBox.Top;
System\Windows\Forms\Design\FormatStringDialog.cs (2)
89_okButton.Top = _formatControl1.Bottom + 5; 90_cancelButton.Top = _formatControl1.Bottom + 5;