1 write to stateManager
System.Activities (1)
System\Activities\Debugger\ThreadWorkerController.cs (1)
51this.stateManager = manager;
3 references to stateManager
System.Activities (3)
System\Activities\Debugger\ThreadWorkerController.cs (3)
52this.breakOnStartup = this.stateManager.ManagerProperties.BreakOnStartup; 110this.stateManager.InvokeWorker(this, enterStackParameter); 134string name = string.IsNullOrEmpty(threadName) ? this.stateManager.ManagerProperties.AuxiliaryThreadName : threadName;