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