10 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
())
System.Windows.Forms.Tests (7)
System\Windows\Forms\AccessibleObjects\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObjectTests.cs (1)
15
using DataGridViewTextBoxCell cell =
new
();
System\Windows\Forms\DataGridViewButtonColumnTests.cs (1)
160
Action action = () => _column.CellTemplate = new
DataGridViewTextBoxCell
();
System\Windows\Forms\DataGridViewCellConverterTests.cs (2)
22
using DataGridViewTextBoxCell cell =
new
();
43
using DataGridViewTextBoxCell cell =
new
();
System\Windows\Forms\DataGridViewColumnConverterTests.cs (1)
68
using DataGridViewTextBoxCell cellTemplate =
new
();
System\Windows\Forms\DataGridViewLinkColumnTests.cs (1)
81
using DataGridViewTextBoxCell cell =
new
();
System\Windows\Forms\DataGridViewTextBoxColumnTests.cs (1)
35
using DataGridViewTextBoxCell cell =
new
();