1 write to RuleDefinitionsType
System.Workflow.ComponentModel (1)
AuthoringOM\Design\TypeConverters.cs (1)
33
RuleDefinitionsType
= Type.GetType("System.Workflow.Activities.Rules.RuleConditionReference, " + AssemblyRef.ActivitiesAssemblyRef);
3 references to RuleDefinitionsType
System.Workflow.ComponentModel (3)
AuthoringOM\Design\TypeConverters.cs (3)
47
key =
RuleDefinitionsType
.FullName;
48
attributes =
RuleDefinitionsType
.GetCustomAttributes(typeof(DisplayNameAttribute), false);
51
this.conditionDecls.Add(key,
RuleDefinitionsType
);