1 implementation of InvokeRequired
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
2287public 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)
503if (syncObj != null && syncObj.InvokeRequired) 519if (syncObj != null && syncObj.InvokeRequired) 535if (syncObj != null && syncObj.InvokeRequired)