2 references to ManagerProperties
System.Activities (2)
System\Activities\Debugger\ThreadWorkerController.cs (2)
52
this.breakOnStartup = this.stateManager.
ManagerProperties
.BreakOnStartup;
134
string name = string.IsNullOrEmpty(threadName) ? this.stateManager.
ManagerProperties
.AuxiliaryThreadName : threadName;