3 writes to Expression
System.Activities.Core.Presentation (3)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
559
entry.
Expression
= (this.OwnerActivity as IModelTreeItem).ModelTreeManager.WrapAsModelItem(newExpression);
565
entry.
Expression
= null;
829
this.
Expression
= argumentItem.Properties[ExpressionPropertyName].Value;
6 references to Expression
System.Activities.Core.Presentation (6)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (6)
444
if (wrapper.
Expression
!= null)
446
argumentKVPair.Properties["Value"].Value.Properties["Expression"].SetValue(wrapper.
Expression
.GetCurrentValue());
457
if (wrapper.
Expression
!= null)
459
argumentItem.Properties["Expression"].SetValue(wrapper.
Expression
.GetCurrentValue());
551
if ((e.Property != DynamicArgumentWrapperObject.ExpressionProperty) && (entry.
Expression
!= null))
553
ActivityWithResult expression = entry.
Expression
.GetCurrentValue() as ActivityWithResult;