17 references to None
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (17)
90private ErrorState _errorState = ErrorState.None; 1076SetCommitError(ErrorState.None, capture: true); 1227if (_errorState != ErrorState.None && EditTextBox.Visible) 2177SetCommitError(ErrorState.None); 2292SetCommitError(ErrorState.None); 2304SetCommitError(ErrorState.None); 2408SetCommitError(ErrorState.None, EditTextBox.Focused); 2436SetCommitError(ErrorState.None, capture: true); 2675if (_errorState == ErrorState.None) 2718SetCommitError(ErrorState.None); 4302if (_errorState != ErrorState.None || (row != _selectedRow && !CommitEditTextBox())) 4504if (error != ErrorState.None) 4616SetCommitError(ErrorState.None); 4644SetCommitError(ErrorState.None); 4722SetCommitError(ErrorState.None); 4790SetCommitError(ErrorState.None); 5350if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))