4 writes to declaredMessageType
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (4)
107this.declaredMessageType = value; 169this.declaredMessageType = null; 178this.declaredMessageType = (Type)contentModelItem.Properties["DeclaredMessageType"].ComputedValue; 185this.declaredMessageType = null;
1 reference to declaredMessageType
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (1)
103return this.declaredMessageType;