2 references to IllegalCrossThreadCall
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
2118throw new InvalidOperationException(string.Format(SR.IllegalCrossThreadCall, Name));
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
218throw new InvalidOperationException(string.Format(SR.IllegalCrossThreadCall, nameof(TaskDialog)));