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