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