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);
2646
if (_errorState == ErrorState.
None
)
2689
SetCommitError(ErrorState.
None
);
4267
if (_errorState != ErrorState.
None
|| (row != _selectedRow && !CommitEditTextBox()))
4469
if (error != ErrorState.
None
)
4581
SetCommitError(ErrorState.
None
);
4609
SetCommitError(ErrorState.
None
);
4687
SetCommitError(ErrorState.
None
);
4755
SetCommitError(ErrorState.
None
);
5315
if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.
None
|| !CommitEditTextBox()))