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