1 write to _thread
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
91_thread = new Thread(start)
4 references to _thread
System.Xaml (4)
System\Xaml\XamlBackgroundReader.cs (4)
85if (_thread is not null) 95_thread.Start(); 195if (_thread is not null) 200_thread.Join();