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)
4251public IAsyncResult BeginInvoke(Delegate method) => BeginInvoke(method, null); 4261public IAsyncResult BeginInvoke(Action method) => BeginInvoke(method, null);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1187BeginInvoke(new EventHandler(OnFrameChanged), o, e);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1065BeginInvoke(new EventHandler(OnFrameChanged), o, e);