8 references to Thrown
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
1256SetCommitError(ErrorState.Thrown); 2397case ErrorState.Thrown: 2530if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 4463SetCommitError(error, error == ErrorState.Thrown); 4677SetCommitError(ErrorState.Thrown); 4750SetCommitError(ErrorState.Thrown); 4964SetCommitError(ErrorState.Thrown, hooked); 5037SetCommitError(ErrorState.Thrown, capture: hooked);