17 references to ERROR_NONE
System.Windows.Forms (17)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (17)
147private short errorState = ERROR_NONE; 1216SetCommitError(ERROR_NONE, true); 1370if (errorState != ERROR_NONE && Edit.Visible) { 2387SetCommitError(ERROR_NONE); 2527SetCommitError(ERROR_NONE); 2538SetCommitError(ERROR_NONE); 2617SetCommitError(ERROR_NONE, Edit.Focused); 2647SetCommitError(ERROR_NONE, true); 2848if (errorState == ERROR_NONE) { 2884SetCommitError(ERROR_NONE); 4360if (errorState != ERROR_NONE || (row != selectedRow && !Commit())) { 4596if (error != ERROR_NONE) { 4689SetCommitError(ERROR_NONE); 4713SetCommitError(ERROR_NONE); 4783SetCommitError(ERROR_NONE); 4850SetCommitError(ERROR_NONE); 5336if (!GetInPropertySet() && Edit.Visible && (errorState != ERROR_NONE || !Commit())) {