1 write to _thread
System.Xaml (1)
System\Xaml\XamlBackgroundReader.cs (1)
94
_thread
= new Thread(start)
4 references to _thread
System.Xaml (4)
System\Xaml\XamlBackgroundReader.cs (4)
88
if (
_thread
is not null)
98
_thread
.Start();
198
if (
_thread
is not null)
203
_thread
.Join();