1 write to errorState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4595errorState = error;
8 references to errorState
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (8)
1370if (errorState != ERROR_NONE && Edit.Visible) { 2637switch (errorState) { 2756if (Edit.Focused || (errorState == ERROR_MSGBOX_UP) || (errorState == ERROR_THROWN)|| GetInPropertySet()) { 2848if (errorState == ERROR_NONE) { 4360if (errorState != ERROR_NONE || (row != selectedRow && !Commit())) { 4683if (errorState == ERROR_MSGBOX_UP) { 5336if (!GetInPropertySet() && Edit.Visible && (errorState != ERROR_NONE || !Commit())) {