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