3 references to DATAGRIDVIEWSTATE1_readOnly
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (3)
3914
return this.dataGridViewState1[
DATAGRIDVIEWSTATE1_readOnly
];
3918
if (value != this.dataGridViewState1[
DATAGRIDVIEWSTATE1_readOnly
])
3940
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_readOnly
] = value;