5 references to DataGrid
System.Windows.Forms (5)
src\winforms\src\Common\src\Obsoletions.cs (1)
35
internal const string DataGridMessage = $"`{nameof(
DataGrid
)}` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `{nameof(DataGridView)}` instead.";
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.cs (2)
146
protected virtual void SetDataGrid(
DataGrid
value) { }
148
protected virtual void SetDataGridInColumn(
DataGrid
value) { }
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTableStyle.cs (1)
328
public virtual
DataGrid
DataGrid
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBox.cs (1)
30
public void SetDataGrid(
DataGrid
parentGrid) { }