17 references to None
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (17)
89private ErrorState _errorState = ErrorState.None; 1053SetCommitError(ErrorState.None, capture: true); 1204if (_errorState != ErrorState.None && EditTextBox.Visible) 2148SetCommitError(ErrorState.None); 2263SetCommitError(ErrorState.None); 2275SetCommitError(ErrorState.None); 2379SetCommitError(ErrorState.None, EditTextBox.Focused); 2407SetCommitError(ErrorState.None, capture: true); 2630if (_errorState == ErrorState.None) 2673SetCommitError(ErrorState.None); 4251if (_errorState != ErrorState.None || (row != _selectedRow && !CommitEditTextBox())) 4459if (error != ErrorState.None) 4571SetCommitError(ErrorState.None); 4599SetCommitError(ErrorState.None); 4677SetCommitError(ErrorState.None); 4745SetCommitError(ErrorState.None); 5308if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))