1 implementation of InvokeRequired
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
2376
public bool
InvokeRequired
8 references to InvokeRequired
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
310
if (SynchronizingObject != null && SynchronizingObject.
InvokeRequired
)
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
564
if (this.SynchronizingObject != null && this.SynchronizingObject.
InvokeRequired
)
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (3)
1071
if (SynchronizingObject is ISynchronizeInvoke syncObj && syncObj.
InvokeRequired
)
1827
if (SynchronizingObject is ISynchronizeInvoke syncObj && syncObj.
InvokeRequired
)
1846
if (SynchronizingObject is ISynchronizeInvoke syncObj && syncObj.
InvokeRequired
)
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (3)
494
if (syncObj != null && syncObj.
InvokeRequired
)
510
if (syncObj != null && syncObj.
InvokeRequired
)
526
if (syncObj != null && syncObj.
InvokeRequired
)