3 references to DATACONNECTIONSTATE_processingListChangedEvent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (3)
228
return this.dataConnectionState[
DATACONNECTIONSTATE_processingListChangedEvent
];
454
this.dataConnectionState[
DATACONNECTIONSTATE_processingListChangedEvent
] = true;
461
this.dataConnectionState[
DATACONNECTIONSTATE_processingListChangedEvent
] = false;