3 references to WorkflowRulesMarkupProperty
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (1)
222
DependencyProperty.RegisterAsKnown(
WorkflowRulesMarkupProperty
, (byte)13, DependencyProperty.PropertyValidity.Uninitialize);
AuthoringOM\ScheduleChanges.cs (1)
526
rulesText = originalRootActivity.GetValue(Activity.
WorkflowRulesMarkupProperty
) as string;
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
78
string rMarkup = activity.GetValue(Activity.
WorkflowRulesMarkupProperty
) as string;