4 references to Right
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (3)
356
_rightCheckBox.Checked = sides.HasFlag(ToolStripStatusLabelBorderSides.
Right
);
419
valueSide |= ToolStripStatusLabelBorderSides.
Right
;
429
if (valueSide == (ToolStripStatusLabelBorderSides.Left | ToolStripStatusLabelBorderSides.
Right
|
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripStatusLabelTests.cs (1)
105
[InlineData(ToolStripStatusLabelBorderSides.
Right
)]