7 references to None
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2418
case TableLayoutPanelCellBorderStyle.
None
:
2450
case TableLayoutPanelCellBorderStyle.
None
:
winforms\Managed\System\WinForms\TableLayoutPanel.cs (3)
92
DefaultValue(TableLayoutPanelCellBorderStyle.
None
),
103
if (value != TableLayoutPanelCellBorderStyle.
None
) {
463
if (!HScroll && !VScroll && cellBorderStyle != TableLayoutPanelCellBorderStyle.
None
) {
winforms\Managed\System\WinForms\TableLayoutSettings.cs (2)
76
[DefaultValue(TableLayoutPanelCellBorderStyle.
None
), SRCategory(SR.CatAppearance), SRDescription(SR.TableLayoutPanelCellBorderStyleDescr)]
81
if (!ClientUtils.IsEnumValid(value, (int)value, (int)TableLayoutPanelCellBorderStyle.
None
, (int)TableLayoutPanelCellBorderStyle.OutsetPartial)){