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