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