2 references to MarshaledInvoke
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
5595
return(IAsyncResult)marshaler.
MarshaledInvoke
(this, method, args, false);
7373
return marshaler.
MarshaledInvoke
(this, method, args, true);