2 instantiations of DataGridViewButtonCell
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
193
dataGridViewCell = new
DataGridViewButtonCell
();
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
30
: base(new
DataGridViewButtonCell
())
18 references to DataGridViewButtonCell
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (6)
42
private static Type cellType = typeof(
DataGridViewButtonCell
);
188
DataGridViewButtonCell
dataGridViewCell;
199
dataGridViewCell = (
DataGridViewButtonCell
)System.Activator.CreateInstance(thisType);
354
Rectangle rectThemeMargins =
DataGridViewButtonCell
.GetThemeMargins(graphics);
1123
DataGridViewButtonCell
dataGridViewCell = (
DataGridViewButtonCell
)this.Owner;
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (11)
50
if (value != null && !(value is System.Windows.Forms.
DataGridViewButtonCell
))
90
return ((
DataGridViewButtonCell
) this.CellTemplate).FlatStyle;
96
((
DataGridViewButtonCell
)this.CellTemplate).FlatStyle = value;
104
DataGridViewButtonCell
dataGridViewCell = dataGridViewRow.Cells[this.Index] as
DataGridViewButtonCell
;
146
DataGridViewButtonCell
dataGridViewCell = dataGridViewRow.Cells[this.Index] as
DataGridViewButtonCell
;
174
return ((
DataGridViewButtonCell
)this.CellTemplate).UseColumnTextForButtonValue;
180
((
DataGridViewButtonCell
)this.CellTemplate).UseColumnTextForButtonValueInternal = value;
188
DataGridViewButtonCell
dataGridViewCell = dataGridViewRow.Cells[this.Index] as
DataGridViewButtonCell
;
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5164
if (this.owner is
DataGridViewButtonCell
||