4 references to DATACONNECTIONSTATE_interestedInRowEvents
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (4)
185
return this.dataConnectionState[
DATACONNECTIONSTATE_interestedInRowEvents
];
1116
this.dataConnectionState[
DATACONNECTIONSTATE_interestedInRowEvents
] = true;
1663
this.dataConnectionState[
DATACONNECTIONSTATE_interestedInRowEvents
] = false;
1673
this.dataConnectionState[
DATACONNECTIONSTATE_interestedInRowEvents
] = true;