1 write to executionContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
20066this.executionContext = executionContext;
2 references to executionContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
7392if (tme.executionContext != null) { 7403ExecutionContext.Run(tme.executionContext, invokeMarshaledCallbackHelperDelegate, tme);