4 references to Inset
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
440
if (cellBorderStyle == TableLayoutPanelCellBorderStyle.
Inset
)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2390
case TableLayoutPanelCellBorderStyle.
Inset
:
2421
case TableLayoutPanelCellBorderStyle.
Inset
:
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
60
CellBorderStyle = TableLayoutPanelCellBorderStyle.
Inset
;