5 writes to Name
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
536
thread.
Name
= "IPHM.AAR thread";
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
581
windowThread.
Name
= ".NET SystemEvents";
System.Activities (1)
System\Activities\Debugger\ThreadWorkerController.cs (1)
137
this.worker.
Name
= name;
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
233
animationThread.
Name
= typeof(ImageAnimator).Name;
System.Workflow.Runtime (1)
DebugEngine\DebugControllerThread.cs (1)
35
this.controllerThread.
Name
= "__dct__";
4 references to Name
WindowsBase (4)
Shared\MS\Win32\HwndWrapper.cs (4)
119
if(null != Thread.CurrentThread.
Name
&& 64 <= Thread.CurrentThread.
Name
.Length)
120
threadName = Thread.CurrentThread.
Name
.Substring(0, 64);
122
threadName = Thread.CurrentThread.
Name
;