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