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