4 writes to messageExpression
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (4)
91this.messageExpression = value; 168this.messageExpression = modelTreeManager.WrapAsModelItem(new TMessage()).Properties["Message"].Value; 177this.messageExpression = contentModelItem.Properties["Message"].Value; 184this.messageExpression = modelTreeManager.WrapAsModelItem(new TMessage()).Properties["Message"].Value;
1 reference to messageExpression
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (1)
87return this.messageExpression;