8 references to Thrown
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (8)
1256SetCommitError(ErrorState.Thrown); 2397case ErrorState.Thrown: 2529if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 4453SetCommitError(error, error == ErrorState.Thrown); 4667SetCommitError(ErrorState.Thrown); 4740SetCommitError(ErrorState.Thrown); 4954SetCommitError(ErrorState.Thrown, hooked); 5027SetCommitError(ErrorState.Thrown, capture: hooked);