8 references to Thrown
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
1279SetCommitError(ErrorState.Thrown); 2426case ErrorState.Thrown: 2559if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 4498SetCommitError(error, error == ErrorState.Thrown); 4712SetCommitError(ErrorState.Thrown); 4785SetCommitError(ErrorState.Thrown); 4999SetCommitError(ErrorState.Thrown, hooked); 5072SetCommitError(ErrorState.Thrown, capture: hooked);