Searched refs:DesignersParser (Results 1 – 1 of 1) sorted by relevance
166 if (this.DesignersParser.Ordered.Count > 0)167 return this.DesignersParser.Ordered[0].Activity;183 if (this.DesignersParser.Ordered.Count > 0)184 … return this.DesignersParser.Ordered[this.DesignersParser.Ordered.Count - 1].Activity;614 private ContainedDesignersParser DesignersParser property in System.Workflow.Activities.StateDesigner776 if (this.DesignersParser.StateInitializationDesigners.Count == 0)778 if (this.DesignersParser.StateFinalizationDesigners.Count == 0)924 List<ActivityDesigner> ordered = this.DesignersParser.Ordered; in GetNextSelectableObject()959 if (this.DesignersParser.StateDesigners.Count > 0) in GetNextSelectableObject()960 return this.DesignersParser.StateDesigners[0].Activity; in GetNextSelectableObject()[all …]