3 references to DataGridViewTextBoxCell
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
380
DataGridViewCell nameCell = new
DataGridViewTextBoxCell
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
106
dataGridViewCell = new
DataGridViewTextBoxCell
();
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (1)
14
public DataGridViewTextBoxColumn() : base(new
DataGridViewTextBoxCell
())