17 references to None
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (17)
90
private ErrorState _errorState = ErrorState.
None
;
1076
SetCommitError(ErrorState.
None
, capture: true);
1227
if (_errorState != ErrorState.
None
&& EditTextBox.Visible)
2171
SetCommitError(ErrorState.
None
);
2286
SetCommitError(ErrorState.
None
);
2298
SetCommitError(ErrorState.
None
);
2402
SetCommitError(ErrorState.
None
, EditTextBox.Focused);
2430
SetCommitError(ErrorState.
None
, capture: true);
2669
if (_errorState == ErrorState.
None
)
2712
SetCommitError(ErrorState.
None
);
4290
if (_errorState != ErrorState.
None
|| (row != _selectedRow && !CommitEditTextBox()))
4492
if (error != ErrorState.
None
)
4604
SetCommitError(ErrorState.
None
);
4632
SetCommitError(ErrorState.
None
);
4710
SetCommitError(ErrorState.
None
);
4778
SetCommitError(ErrorState.
None
);
5338
if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.
None
|| !CommitEditTextBox()))