1 write to destinationThreadRef
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (1)
63
destinationThreadRef
= new WeakReference(value);
3 references to destinationThreadRef
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (3)
56
if ((
destinationThreadRef
!= null) && (
destinationThreadRef
.IsAlive)) {
57
return
destinationThreadRef
.Target as Thread;