2 references to MarshaledInvoke
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4284
return (IAsyncResult)marshaler.
MarshaledInvoke
(this, method, args, synchronous: false);
5933
return marshaler.
MarshaledInvoke
(this, method, args, synchronous: true);