Implemented interface member:
property
InvokeRequired
System.ComponentModel.ISynchronizeInvoke.InvokeRequired
10 references to InvokeRequired
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
WindowsFormsDispatcher.cs (1)
39 => !_dispatchThreadControl.InvokeRequired;
System.Windows.Forms (9)
System\Windows\Forms\Application.ModalApplicationContext.cs (1)
34_parentWindowContext = parentControl is not null && parentControl.InvokeRequired
System\Windows\Forms\Control.cs (1)
2205if (CheckForIllegalCrossThreadCalls && !t_inCrossThreadSafeCall && InvokeRequired)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1135if (IsHandleCreated && InvokeRequired)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1183if (IsHandleCreated && InvokeRequired)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1053if (InvokeRequired && IsHandleCreated)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3013if (InvokeRequired)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
289if (PropertyGridView.InvokeRequired)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2677if (parent.IsHandleCreated && parent.InvokeRequired)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1826if (tv.InvokeRequired)