2 writes to DestinationThread
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (2)
38DestinationThread = Thread.CurrentThread; //store the current thread to ensure its still alive during an invoke. 49this.DestinationThread = destinationThread;
2 references to DestinationThread
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (2)
79Thread destinationThread = DestinationThread; 102return new WindowsFormsSynchronizationContext(controlToSendTo, DestinationThread);