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) 2171SetCommitError(ErrorState.None); 2286SetCommitError(ErrorState.None); 2298SetCommitError(ErrorState.None); 2402SetCommitError(ErrorState.None, EditTextBox.Focused); 2430SetCommitError(ErrorState.None, capture: true); 2669if (_errorState == ErrorState.None) 2712SetCommitError(ErrorState.None); 4290if (_errorState != ErrorState.None || (row != _selectedRow && !CommitEditTextBox())) 4492if (error != ErrorState.None) 4604SetCommitError(ErrorState.None); 4632SetCommitError(ErrorState.None); 4710SetCommitError(ErrorState.None); 4778SetCommitError(ErrorState.None); 5338if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))