5 writes to SelectedTypeEntry
System.Activities.Core.Presentation (5)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (5)
167this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 181this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 211this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 217this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 223this.SelectedTypeEntry = null;
3 references to SelectedTypeEntry
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (2)
212this.selectedType = this.SelectedTypeEntry.TypeToExpand; 218this.selectedType = this.SelectedTypeEntry.TypeToExpand;
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
148string parameterName = contentCorrelationDesigner.SelectedTypeEntry.Name;