Implemented interface member:
method
Invoke
System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate, System.Object[])
5 references to Invoke
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (2)
4369parentControl.Invoke(new ThreadWindowCallback(DisableThreadWindowsCallback), new object[]{parentWindowContext, onlyWinForms}); 4372parentControl.Invoke(new ThreadWindowCallback(EnableThreadWindowsCallback), new object[]{parentWindowContext, onlyWinForms});
winforms\Managed\System\WinForms\Control.cs (1)
7352return Invoke(method, null);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
3092PropertyGridView.Invoke(new SelectDelegate(this.Select), new object[]{flags});
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (1)
87controlToSendTo.Invoke(d, new object[] { state });