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