7 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)
2386case TableLayoutPanelCellBorderStyle.None: 2414case TableLayoutPanelCellBorderStyle.None:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
834if (Table.CellBorderStyle != TableLayoutPanelCellBorderStyle.None)