1 write to RuleConditionReferenceType
System.Workflow.ComponentModel (1)
AuthoringOM\Design\TypeConverters.cs (1)
32RuleConditionReferenceType = Type.GetType("System.Workflow.Activities.Rules.RuleDefinitions, " + AssemblyRef.ActivitiesAssemblyRef);
1 reference to RuleConditionReferenceType
System.Workflow.ComponentModel (1)
AuthoringOM\Design\TypeConverters.cs (1)
36DeclarativeConditionDynamicProp = (DependencyProperty)RuleConditionReferenceType.GetField("RuleDefinitionsProperty").GetValue(null);