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);
2630
if (_errorState == ErrorState.
None
)
2673
SetCommitError(ErrorState.
None
);
4251
if (_errorState != ErrorState.
None
|| (row != _selectedRow && !CommitEditTextBox()))
4459
if (error != ErrorState.
None
)
4571
SetCommitError(ErrorState.
None
);
4599
SetCommitError(ErrorState.
None
);
4677
SetCommitError(ErrorState.
None
);
4745
SetCommitError(ErrorState.
None
);
5308
if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.
None
|| !CommitEditTextBox()))