1 write to _errorState
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4503_errorState = error;
8 references to _errorState
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
1227if (_errorState != ErrorState.None && EditTextBox.Visible) 2422switch (_errorState) 2559if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 2675if (_errorState == ErrorState.None) 4302if (_errorState != ErrorState.None || (row != _selectedRow && !CommitEditTextBox())) 4609if (_errorState == ErrorState.MessageBoxUp) 5350if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))