17 references to None
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (17)
90
private ErrorState _errorState = ErrorState.
None
;
1077
SetCommitError(ErrorState.
None
, capture: true);
1228
if (_errorState != ErrorState.
None
&& EditTextBox.Visible)
2172
SetCommitError(ErrorState.
None
);
2287
SetCommitError(ErrorState.
None
);
2299
SetCommitError(ErrorState.
None
);
2403
SetCommitError(ErrorState.
None
, EditTextBox.Focused);
2431
SetCommitError(ErrorState.
None
, capture: true);
2670
if (_errorState == ErrorState.
None
)
2713
SetCommitError(ErrorState.
None
);
4291
if (_errorState != ErrorState.
None
|| (row != _selectedRow && !CommitEditTextBox()))
4493
if (error != ErrorState.
None
)
4605
SetCommitError(ErrorState.
None
);
4633
SetCommitError(ErrorState.
None
);
4711
SetCommitError(ErrorState.
None
);
4779
SetCommitError(ErrorState.
None
);
5339
if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.
None
|| !CommitEditTextBox()))