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