21 references to ArgumentDefaultValueProperty
System.Activities.Presentation (21)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
376IList<string> argumentValues = GetSearchableStrings(argument.Properties[DesignTimeArgument.ArgumentDefaultValueProperty].ComputedValue);
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (20)
418var editorType = argument.GetDynamicPropertyValueEditorType(DesignTimeArgument.ArgumentDefaultValueProperty); 424resolveParams.Template = argument.GetDynamicPropertyValueEditor(DesignTimeArgument.ArgumentDefaultValueProperty).InlineEditorTemplate; 455return argument.GetDynamicPropertyValueEditor(DesignTimeArgument.ArgumentDefaultValueProperty) as DialogPropertyValueEditor; 461return argument.Content.Properties[DesignTimeArgument.ArgumentDefaultValueProperty]; 756new string[] { ArgumentNameProperty, ArgumentTypeProperty, ArgumentDirectionProperty, ArgumentDefaultValueProperty, IsOutputArgument, OwnerSchemaProperty, IsRequiredProperty }; 837PropertyName = ArgumentDefaultValueProperty, 1104this.ReflectedObject.Properties[DesignTimeArgument.ArgumentDefaultValueProperty].SetValue(value); 1109ModelItem value = this.ReflectedObject.Properties[DesignTimeArgument.ArgumentDefaultValueProperty].Value; 1361if (this.ReflectedObject.TryGetPropertyValue(out expression, ArgumentDefaultValueProperty, "Expression") && null != expression) 1391this.ReflectedObject.Properties[ArgumentDefaultValueProperty].SetValue(value); 1396this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1401this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1406this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1411Argument currentArgument = this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ComputedValue as Argument; 1436this.ReflectedObject.Properties[ArgumentDefaultValueProperty].SetValue(newArgument); 1441this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1446this.ReflectedObject.Properties[ArgumentDefaultValueProperty].ClearValue(); 1458this.RaisePropertyChangedEvent(ArgumentDefaultValueProperty); 1476else if (propertyName == ArgumentDefaultValueProperty) 1506this.RaisePropertyChangedEvent(ArgumentDefaultValueProperty);