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