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)
505
return
_activeDesigner
;
509
if (
_activeDesigner
== value)
514
Debug.Assert((value == null) || (value != null &&
_activeDesigner
== null));
539
if (
_activeDesigner
== null)