Implemented interface member:
property
InvokeRequired
System.ComponentModel.ISynchronizeInvoke.InvokeRequired
14 references to InvokeRequired
System.Windows.Forms (8)
System\Windows\Forms\Application.ModalApplicationContext.cs (1)
34_parentWindowContext = parentControl is not null && parentControl.InvokeRequired
System\Windows\Forms\Control.cs (1)
2117if (CheckForIllegalCrossThreadCalls && !t_inCrossThreadSafeCall && InvokeRequired)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1077if (IsHandleCreated && InvokeRequired)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1185if (IsHandleCreated && InvokeRequired)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1059if (InvokeRequired && IsHandleCreated)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
289if (PropertyGridView.InvokeRequired)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2678if (parent.IsHandleCreated && parent.InvokeRequired)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
1829if (tv.InvokeRequired)
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.Properties.cs (4)
6560Assert.False(control.InvokeRequired); 6564Assert.True(control.InvokeRequired); 6573Assert.False(control.InvokeRequired); 6577Assert.True(control.InvokeRequired);
System\Windows\Forms\DomainUpDownTests.cs (1)
109_sub.InvokeRequired.Should().BeFalse();
System\Windows\Forms\UpDownBaseTests.cs (1)
96Assert.False(control.InvokeRequired);