1 implementation of Invoke
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
5968
public object
Invoke
(Delegate method, params object?[]? args)
3 references to Invoke
System.ComponentModel.Primitives (1)
System\ComponentModel\ISynchronizeInvoke.cs (1)
12
/// Gets a value indicating whether the caller must call <see cref='System.ComponentModel.ISynchronizeInvoke.
Invoke
'/>
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
1708
syncObj.
Invoke
(outputDataReceived, new object[] { this, e });
1727
syncObj.
Invoke
(errorDataReceived, new object[] { this, e });