17 references to None
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (17)
89
private ErrorState _errorState = ErrorState.
None
;
1053
SetCommitError(ErrorState.
None
, capture: true);
1204
if (_errorState != ErrorState.
None
&& EditTextBox.Visible)
2148
SetCommitError(ErrorState.
None
);
2263
SetCommitError(ErrorState.
None
);
2275
SetCommitError(ErrorState.
None
);
2379
SetCommitError(ErrorState.
None
, EditTextBox.Focused);
2407
SetCommitError(ErrorState.
None
, capture: true);
2631
if (_errorState == ErrorState.
None
)
2674
SetCommitError(ErrorState.
None
);
4252
if (_errorState != ErrorState.
None
|| (row != _selectedRow && !CommitEditTextBox()))
4460
if (error != ErrorState.
None
)
4572
SetCommitError(ErrorState.
None
);
4600
SetCommitError(ErrorState.
None
);
4678
SetCommitError(ErrorState.
None
);
4746
SetCommitError(ErrorState.
None
);
5309
if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.
None
|| !CommitEditTextBox()))