1 write to _thread
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
92_thread = new Thread(start);
5 references to _thread
System.Xaml (5)
System\Xaml\XamlBackgroundReader.cs (5)
87if (_thread != null) 93_thread.Name = threadName; 94_thread.Start(); 189if (_thread != null) 194_thread.Join();