10 references to DataGridViewTextBoxCell
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
380DataGridViewCell nameCell = new DataGridViewTextBoxCell
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
106dataGridViewCell = new DataGridViewTextBoxCell();
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (1)
14public DataGridViewTextBoxColumn() : base(new DataGridViewTextBoxCell())
System.Windows.Forms.Tests (7)
System\Windows\Forms\AccessibleObjects\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObjectTests.cs (1)
15using DataGridViewTextBoxCell cell = new();
System\Windows\Forms\DataGridViewButtonColumnTests.cs (1)
160Action action = () => _column.CellTemplate = new DataGridViewTextBoxCell();
System\Windows\Forms\DataGridViewCellConverterTests.cs (2)
22using DataGridViewTextBoxCell cell = new(); 43using DataGridViewTextBoxCell cell = new();
System\Windows\Forms\DataGridViewColumnConverterTests.cs (1)
68using DataGridViewTextBoxCell cellTemplate = new();
System\Windows\Forms\DataGridViewLinkColumnTests.cs (1)
81using DataGridViewTextBoxCell cell = new();
System\Windows\Forms\DataGridViewTextBoxColumnTests.cs (1)
35using DataGridViewTextBoxCell cell = new();