Implemented interface member:
method
Invoke
System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate, System.Object[])
6 references to Invoke
System.Windows.Forms (6)
System\Windows\Forms\Application.ModalApplicationContext.cs (1)
45
parentControl!.
Invoke
(
System\Windows\Forms\Control.cs (3)
6026
_ =
Invoke
(method, null);
6043
public object Invoke(Delegate method) =>
Invoke
(method, null);
6072
public T Invoke<T>(Func<T> method) => (T)
Invoke
(method, null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
291
PropertyGridView.
Invoke
(new SelectDelegate(Select), [flags]);
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (1)
86
_controlToSendTo?.
Invoke
(d, [state]);