1 write to _method
System.Windows.Forms (1)
System\Windows\Forms\Control.ThreadMethodEntry.cs (1)
41
_method
= method;
7 references to _method
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
6016
if (tme.
_method
is EventHandler handler)
6031
else if (tme.
_method
is MethodInvoker invoker)
6035
else if (tme.
_method
is Action action)
6039
else if (tme.
_method
is WaitCallback waitCallback)
6044
else if (tme.
_method
is SendOrPostCallback sendOrPostCallback)
6051
tme._retVal = tme.
_method
!.DynamicInvoke(tme._args);
6077
if (current.
_method
is not null)