1 write to CellBorderStyle
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
76this.parametersGrid.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
4 references to CellBorderStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (3)
1588if (value != this.CellBorderStyle) 4972this.CellBorderStyle == DataGridViewCellBorderStyle.SingleHorizontal); 4982this.CellBorderStyle == DataGridViewCellBorderStyle.SingleVertical);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1024switch (this.DataGridView.CellBorderStyle)