1 implementation of Invoke
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
7370public Object Invoke(Delegate method, params Object[] args) {
3 references to Invoke
System (3)
compmod\system\componentmodel\ISynchronizeInvoke.cs (1)
17/// <para>Gets a value indicating whether the caller must call <see cref='System.ComponentModel.ISynchronizeInvoke.Invoke'/> when calling an object that implements
services\monitoring\system\diagnosticts\Process.cs (2)
2643SynchronizingObject.Invoke(outputDataReceived, new object[] {this, e}); 2657SynchronizingObject.Invoke(errorDataReceived, new object[] {this, e});