10 references to None
System.Windows.Forms (6)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (3)
73
[DefaultValue(TableLayoutPanelCellBorderStyle.
None
)]
85
if (value != TableLayoutPanelCellBorderStyle.
None
)
428
if (!HScroll && !VScroll && cellBorderStyle != TableLayoutPanelCellBorderStyle.
None
)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
63
[DefaultValue(TableLayoutPanelCellBorderStyle.
None
)]
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2332
case TableLayoutPanelCellBorderStyle.
None
:
2360
case TableLayoutPanelCellBorderStyle.
None
:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
840
if (Table.CellBorderStyle != TableLayoutPanelCellBorderStyle.
None
)
System.Windows.Forms.Tests (3)
SerializableTypesTests.cs (1)
308
Assert.Equal(TableLayoutPanelCellBorderStyle.
None
, result.CellBorderStyle); // This property is not serialized.
System\Windows\Forms\TableLayoutPanelTests.cs (2)
44
Assert.Equal(TableLayoutPanelCellBorderStyle.
None
, control.CellBorderStyle);
212
yield return new object[] { resizeRedraw, TableLayoutPanelCellBorderStyle.
None
, resizeRedraw, 1 };