1 write to _errorState
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4458_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) 2529if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 2630if (_errorState == ErrorState.None) 4251if (_errorState != ErrorState.None || (row != _selectedRow && !CommitEditTextBox())) 4564if (_errorState == ErrorState.MessageBoxUp) 5308if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))