1 write to TypeToExpand
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
227items.Add(new ExpanderTypeEntry() { TypeToExpand = entry.Value, Name = entry.Key });
3 references to TypeToExpand
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (3)
212this.selectedType = this.SelectedTypeEntry.TypeToExpand; 218this.selectedType = this.SelectedTypeEntry.TypeToExpand; 301get { return new Type[] { this.TypeToExpand }; }