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