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)
85
if (
_thread
is not null)
95
_thread
.Start();
195
if (
_thread
is not null)
200
_thread
.Join();