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)
46get => _destinationThread?.TryGetTarget(out Thread? target) == true ? target : null; 51if (_destinationThread is null) 57_destinationThread.SetTarget(value);