6 references to ActionHandler
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\MorphHelpers.cs (6)
82
ModelItem originalActivityActionHandler = originalValue.Properties[PropertyNames.
ActionHandler
].Value;
85
morphed.Properties[PropertyNames.
ActionHandler
].SetValue(originalActivityActionHandler);
86
originalValue.Properties[PropertyNames.
ActionHandler
].SetValue(null);
119
ModelItem originalActivityActionHandler = originalValue.Properties[PropertyNames.
ActionHandler
].Value;
122
morphed.Properties[PropertyNames.
ActionHandler
].SetValue(originalActivityActionHandler);
123
originalValue.Properties[PropertyNames.
ActionHandler
].SetValue(null);