11 references to Outset
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ControlPaint.cs (6)
547case ButtonBorderStyle.Outset: 711case ButtonBorderStyle.Outset: { 766case ButtonBorderStyle.Outset: { 820case ButtonBorderStyle.Outset: { 875case ButtonBorderStyle.Outset: { 1022Debug.Assert(style == ButtonBorderStyle.Outset, "Caller should have known how to use us.");
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
793(this.ButtonState == ButtonState.Normal) ? ButtonBorderStyle.Outset : ButtonBorderStyle.Inset);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (4)
161c, 1, ButtonBorderStyle.Outset, 162c, 1, ButtonBorderStyle.Outset, 176Control.BackColor, 2, ButtonBorderStyle.Outset, 177Control.BackColor, 2, ButtonBorderStyle.Outset);