4 references to Bottom
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (3)
354
_bottomCheckBox.Checked = sides.HasFlag(ToolStripStatusLabelBorderSides.
Bottom
);
409
valueSide |= ToolStripStatusLabelBorderSides.
Bottom
;
430
ToolStripStatusLabelBorderSides.Top | ToolStripStatusLabelBorderSides.
Bottom
))
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
106
[InlineData(ToolStripStatusLabelBorderSides.Top | ToolStripStatusLabelBorderSides.
Bottom
)]