4 references to OutsetDouble
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2341
case TableLayoutPanelCellBorderStyle.
OutsetDouble
:
2389
case TableLayoutPanelCellBorderStyle.
OutsetDouble
:
System.Windows.Forms.Tests (2)
SerializableTypesTests.cs (1)
276
CellBorderStyle = TableLayoutPanelCellBorderStyle.
OutsetDouble
,
System\Windows\Forms\TableLayoutPanelTests.cs (1)
216
yield return new object[] { resizeRedraw, TableLayoutPanelCellBorderStyle.
OutsetDouble
, true, 1 };