2 references to Invoke
InteractiveHost64 (1)
src\Interactive\HostProcess\InteractiveHostEntryPoint.cs (1)
54
var invokeOnMainThread = new Func<Func<object>, object>(operation => control!.
Invoke
(operation));
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Methods.cs (1)
3975
int result = control.
Invoke
(() => FaultingMethod(10));