1 write to _errorState
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4459_errorState = error;
8 references to _errorState
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
1204if (_errorState != ErrorState.None && EditTextBox.Visible) 2393switch (_errorState) 2530if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 2631if (_errorState == ErrorState.None) 4252if (_errorState != ErrorState.None || (row != _selectedRow && !CommitEditTextBox())) 4565if (_errorState == ErrorState.MessageBoxUp) 5309if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))