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