2 references to DATACONNECTIONSTATE_cachedAllowUserToAddRowsInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (2)
496
if (this.dataConnectionState[
DATACONNECTIONSTATE_cachedAllowUserToAddRowsInternal
] != this.owner.AllowUserToAddRowsInternal)
1106
this.dataConnectionState[
DATACONNECTIONSTATE_cachedAllowUserToAddRowsInternal
] = this.owner.AllowUserToAddRowsInternal;