5 writes to IsDataBoundInternal
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1036dataGridViewColumn.IsDataBoundInternal = true;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
10634dataGridViewColumn.IsDataBoundInternal = true; 10658dataGridViewColumn.IsDataBoundInternal = false; 13796e.Column.IsDataBoundInternal = false; 25605dataGridViewCols[j].IsDataBoundInternal = false;
2 references to IsDataBoundInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
787return this.IsDataBoundInternal;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
3360if (!dataGridViewCurrentCell.OwningColumn.IsDataBoundInternal)