2 instantiations of DenyExecutionSynchronizationContext
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ControlTestBase.cs (1)
77
_denyExecutionSynchronizationContext = new
DenyExecutionSynchronizationContext
(SynchronizationContext.Current!);
Infra\DenyExecutionSynchronizationContext.cs (1)
83
return new
DenyExecutionSynchronizationContext
(_underlyingContext.CreateCopy(), _mainThread, _failedTransfer);
1 reference to DenyExecutionSynchronizationContext
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ControlTestBase.cs (1)
22
private
DenyExecutionSynchronizationContext
? _denyExecutionSynchronizationContext;