1 write to _destinationThread
System.Windows.Forms (1)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (1)
53
_destinationThread
= new(value);
3 references to _destinationThread
System.Windows.Forms (3)
System\Windows\Forms\WindowsFormsSynchronizationContext.cs (3)
46
get =>
_destinationThread
?.TryGetTarget(out Thread? target) == true ? target : null;
51
if (
_destinationThread
is null)
57
_destinationThread
.SetTarget(value);