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