1 write to invokeMarshaledCallbackHelperDelegate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
7394
invokeMarshaledCallbackHelperDelegate
= new ContextCallback(InvokeMarshaledCallbackHelper);
2 references to invokeMarshaledCallbackHelperDelegate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
7393
if (
invokeMarshaledCallbackHelperDelegate
== null) {
7403
ExecutionContext.Run(tme.executionContext,
invokeMarshaledCallbackHelperDelegate
, tme);