17 references to Inset
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
750
(ButtonState == ButtonState.Normal) ? ButtonBorderStyle.Outset : ButtonBorderStyle.
Inset
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (2)
27
c, 2, ButtonBorderStyle.
Inset
,
28
c, 2, ButtonBorderStyle.
Inset
);
System\Windows\Forms\Rendering\ControlPaint.cs (10)
567
case ButtonBorderStyle.
Inset
:
777
case ButtonBorderStyle.
Inset
:
786
topStyle == ButtonBorderStyle.
Inset
836
case ButtonBorderStyle.
Inset
:
845
leftStyle == ButtonBorderStyle.
Inset
905
case ButtonBorderStyle.
Inset
:
914
bottomStyle != ButtonBorderStyle.
Inset
979
case ButtonBorderStyle.
Inset
:
988
rightStyle != ButtonBorderStyle.
Inset
1091
if (style == ButtonBorderStyle.
Inset
)
System.Windows.Forms.Design (4)
System\Drawing\Design\ColorEditor.ColorPalette.cs (4)
404
SystemColors.Control, 2, ButtonBorderStyle.
Inset
,
405
SystemColors.Control, 2, ButtonBorderStyle.
Inset
,
406
SystemColors.Control, 2, ButtonBorderStyle.
Inset
,
407
SystemColors.Control, 2, ButtonBorderStyle.
Inset
);