1 write to _executionContext
System.Windows.Forms (1)
System\Windows\Forms\Control.ThreadMethodEntry.cs (1)
44
_executionContext
= executionContext;
2 references to _executionContext
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5960
if (tme.
_executionContext
is not null)
5972
ExecutionContext.Run(tme.
_executionContext
, s_invokeMarshaledCallbackHelperDelegate, tme);