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