1 write to _syncContext
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
5971
tme.
_syncContext
= SynchronizationContext.Current;
2 references to _syncContext
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5987
if (tme?.
_syncContext
is not null)
5993
SynchronizationContext.SetSynchronizationContext(tme.
_syncContext
);