1 implementation of BeginInvoke
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
4279
public IAsyncResult
BeginInvoke
(Delegate method, params object?[]? args)
6 references to BeginInvoke
System.ComponentModel.Primitives (1)
System\ComponentModel\ISynchronizeInvoke.cs (1)
23
/// Waits until the process you started by calling <see cref='System.ComponentModel.ISynchronizeInvoke.
BeginInvoke
'/>
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
313
SynchronizingObject.
BeginInvoke
(intervalElapsed, new object[] { this, elapsedEventArgs });
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1134
syncObj.
BeginInvoke
(exited, new object[] { this, EventArgs.Empty });
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (3)
504
syncObj.
BeginInvoke
(handler, new object[] { this, e });
520
syncObj.
BeginInvoke
(handler, new object[] { this, e });
536
syncObj.
BeginInvoke
(handler, new object[] { this, e });