7 references to EventsProperty
System.Workflow.Activities (2)
Code.cs (1)
78
Hashtable hashtable = code.GetValue(WorkflowMarkupSerializer.
EventsProperty
) as Hashtable;
CodeExpressionRuleDeclaration.cs (1)
98
Hashtable hashtable = codeCondition.GetValue(WorkflowMarkupSerializer.
EventsProperty
) as Hashtable;
System.Workflow.ComponentModel (5)
Shared\XomlSerializationHelpers.cs (5)
443
if (dependencyObject.GetValue(WorkflowMarkupSerializer.
EventsProperty
) != null)
445
Hashtable dynamicEvents = dependencyObject.GetValue(WorkflowMarkupSerializer.
EventsProperty
) as Hashtable;
459
if (dependencyObject.GetValue(WorkflowMarkupSerializer.
EventsProperty
) == null)
460
dependencyObject.SetValue(WorkflowMarkupSerializer.
EventsProperty
, new Hashtable());
462
Hashtable dynamicEvents = dependencyObject.GetValue(WorkflowMarkupSerializer.
EventsProperty
) as Hashtable;