4 references to Custom
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (4)
1561return DataGridViewCellBorderStyle.Custom; 1577return DataGridViewCellBorderStyle.Custom; 1583if (!ClientUtils.IsEnumValid(value, (int)value, (int)DataGridViewCellBorderStyle.Custom, (int)DataGridViewCellBorderStyle.SunkenHorizontal)) 1590if (value == DataGridViewCellBorderStyle.Custom)