Implemented interface member:
property
InvokeRequired
System.ComponentModel.ISynchronizeInvoke.InvokeRequired
9 references to InvokeRequired
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Application.cs (1)
4349
if (parentControl != null && parentControl.
InvokeRequired
) {
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1028
if (IsHandleCreated &&
InvokeRequired
) {
winforms\Managed\System\WinForms\Control.cs (1)
2858
InvokeRequired
) {
winforms\Managed\System\WinForms\Label.cs (1)
1444
if (IsHandleCreated &&
InvokeRequired
)
winforms\Managed\System\WinForms\PictureBox.cs (1)
1239
if (
InvokeRequired
&& IsHandleCreated) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3450
if (
InvokeRequired
) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
3091
if (PropertyGridView.
InvokeRequired
) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3068
if (parent.IsHandleCreated && parent.
InvokeRequired
) {
winforms\Managed\System\WinForms\TreeNode.cs (1)
1666
if (tv.
InvokeRequired
) {