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)
313SynchronizingObject.BeginInvoke(intervalElapsed, new object[] { this, elapsedEventArgs });
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1132syncObj.BeginInvoke(exited, new object[] { this, EventArgs.Empty });
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (3)
504syncObj.BeginInvoke(handler, new object[] { this, e }); 520syncObj.BeginInvoke(handler, new object[] { this, e }); 536syncObj.BeginInvoke(handler, new object[] { this, e });