Implemented interface member:
method
BeginInvoke
System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate, System.Object[])
5 references to BeginInvoke
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (1)
139
_progressDialog.
BeginInvoke
(
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
4251
public IAsyncResult BeginInvoke(Delegate method) =>
BeginInvoke
(method, null);
4261
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);