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)
45parentControl!.Invoke(
System\Windows\Forms\Control.cs (3)
6026_ = Invoke(method, null); 6043public object Invoke(Delegate method) => Invoke(method, null); 6072public T Invoke<T>(Func<T> method) => (T)Invoke(method, null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
291PropertyGridView.Invoke(new SelectDelegate(Select), [flags]);
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (1)
86_controlToSendTo?.Invoke(d, [state]);