1 implementation of InvokeRequired
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
2362public bool InvokeRequired
7 references to InvokeRequired
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
312if (SynchronizingObject != null && SynchronizingObject.InvokeRequired)
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
1132if (SynchronizingObject is ISynchronizeInvoke syncObj && syncObj.InvokeRequired) 1706if (SynchronizingObject is ISynchronizeInvoke syncObj && syncObj.InvokeRequired) 1725if (SynchronizingObject is ISynchronizeInvoke syncObj && syncObj.InvokeRequired)
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (3)
489if (syncObj != null && syncObj.InvokeRequired) 505if (syncObj != null && syncObj.InvokeRequired) 521if (syncObj != null && syncObj.InvokeRequired)