Implemented interface member:
method
BeginInvoke
System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate, System.Object[])
11 references to BeginInvoke
Microsoft.AspNetCore.Components.WebView.WindowsForms (6)
WindowsFormsDispatcher.cs (6)
60
_ = _dispatchThreadControl.
BeginInvoke
(RethrowException, ex);
95
var asyncResult = _dispatchThreadControl.
BeginInvoke
(action, workItem, tcs);
104
_ = _dispatchThreadControl.
BeginInvoke
(RethrowException, ex);
128
_ = _dispatchThreadControl.
BeginInvoke
(RethrowException, ex);
163
var asyncResult = _dispatchThreadControl.
BeginInvoke
(action, workItem, tcs);
173
_ = _dispatchThreadControl.
BeginInvoke
(RethrowException, ex);
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (1)
140
_progressDialog.
BeginInvoke
(
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
4252
public IAsyncResult BeginInvoke(Delegate method) =>
BeginInvoke
(method, null);
4262
public IAsyncResult BeginInvoke(Action method) =>
BeginInvoke
(method, null);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1187
BeginInvoke
(new EventHandler(OnFrameChanged), o, e);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1065
BeginInvoke
(new EventHandler(OnFrameChanged), o, e);