6 references to conditionDecls
System.Workflow.ComponentModel (6)
AuthoringOM\Design\TypeConverters.cs (6)
45this.conditionDecls.Add(key, CodeConditionType); 51this.conditionDecls.Add(key, RuleDefinitionsType); 68return Activator.CreateInstance(this.conditionDecls[value] as Type); 90foreach (DictionaryEntry conditionTypeEntry in this.conditionDecls) 110foreach (object key in this.conditionDecls.Keys) 112Type declType = this.conditionDecls[key] as Type;