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