1 write to _activeDesigner
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
516_activeDesigner = value;
4 references to _activeDesigner
System.Workflow.Activities (4)
Designers\StateDesigner.cs (4)
505return _activeDesigner; 509if (_activeDesigner == value) 514Debug.Assert((value == null) || (value != null && _activeDesigner == null)); 539if (_activeDesigner == null)