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