3 references to InvalidAsynchronousStateException
System.ComponentModel.Primitives (1)
System\ComponentModel\InvalidAsynchronousStateException.cs (1)
22public InvalidAsynchronousStateException() : this(null)
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
3499throw new InvalidAsynchronousStateException(SR.ThreadNoLongerValid);
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (1)
83throw new InvalidAsynchronousStateException(SR.ThreadNoLongerValid);