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