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