1 write to Value
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
218this.activityProperty.Value = value;
6 references to Value
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
207return this.activityProperty.Value;
System.Activities.Presentation (5)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (4)
664if (property == null || property.Value == null) 670object expression = (property.Value is Argument) ? ((Argument)property.Value).Expression : null; 677sourceLocationFoundCallback(property.Value, propertyLocation);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ActivityBuilderHelper.cs (1)
82Argument argument = property.Value as Argument;