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