17 references to None
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (17)
90private ErrorState _errorState = ErrorState.None; 1077SetCommitError(ErrorState.None, capture: true); 1228if (_errorState != ErrorState.None && EditTextBox.Visible) 2172SetCommitError(ErrorState.None); 2287SetCommitError(ErrorState.None); 2299SetCommitError(ErrorState.None); 2403SetCommitError(ErrorState.None, EditTextBox.Focused); 2431SetCommitError(ErrorState.None, capture: true); 2670if (_errorState == ErrorState.None) 2713SetCommitError(ErrorState.None); 4291if (_errorState != ErrorState.None || (row != _selectedRow && !CommitEditTextBox())) 4493if (error != ErrorState.None) 4605SetCommitError(ErrorState.None); 4633SetCommitError(ErrorState.None); 4711SetCommitError(ErrorState.None); 4779SetCommitError(ErrorState.None); 5339if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))