13 references to DATAGRIDVIEWSTATE1_customCursorSet
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5178if (this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet])
winforms\Managed\System\WinForms\DataGridViewMethods.cs (12)
6028Debug.Assert(!this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet]); 6029this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet] = true; 6047if (this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet]) 6049this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet] = false; 16573if (this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet]) 16575this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet] = false; 16653if (!this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet]) 16655this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet] = true; 16675if (!this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet]) 16677this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet] = true; 16700else if (this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet]) 16702this.dataGridViewState1[DATAGRIDVIEWSTATE1_customCursorSet] = false;