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)
2177
SetCommitError(ErrorState.
None
);
2292
SetCommitError(ErrorState.
None
);
2304
SetCommitError(ErrorState.
None
);
2408
SetCommitError(ErrorState.
None
, EditTextBox.Focused);
2436
SetCommitError(ErrorState.
None
, capture: true);
2675
if (_errorState == ErrorState.
None
)
2718
SetCommitError(ErrorState.
None
);
4302
if (_errorState != ErrorState.
None
|| (row != _selectedRow && !CommitEditTextBox()))
4504
if (error != ErrorState.
None
)
4616
SetCommitError(ErrorState.
None
);
4644
SetCommitError(ErrorState.
None
);
4722
SetCommitError(ErrorState.
None
);
4790
SetCommitError(ErrorState.
None
);
5350
if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.
None
|| !CommitEditTextBox()))