2 writes to designerActions
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesigner.cs (2)
429this.designerActions = new List<DesignerAction>(); 1544this.designerActions = null;
3 references to designerActions
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (3)
427if (this.designerActions == null) 470this.designerActions.Add(designerAction); 478return this.designerActions.AsReadOnly();