1 instantiation of ExpanderTypeEntry
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
227items.Add(new ExpanderTypeEntry() { TypeToExpand = entry.Value, Name = entry.Key });
21 references to ExpanderTypeEntry
System.Activities.Core.Presentation (21)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (18)
44typeof(IList<ExpanderTypeEntry>), 50typeof(ExpanderTypeEntry), 107public IList<ExpanderTypeEntry> TypesToExpand 109get { return (IList<ExpanderTypeEntry>)GetValue(TypesToExpandProperty); } 113public ExpanderTypeEntry SelectedTypeEntry 115get { return (ExpanderTypeEntry)GetValue(SelectedTypeEntryProperty); } 150if (item.Header is ExpanderTypeEntry) 165if (null != item && item.Header is ExpanderTypeEntry) 167this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 179if (null != item && item.Header is ExpanderTypeEntry) 181this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 192bool isType = item.Header is ExpanderTypeEntry; 211this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 217this.SelectedTypeEntry = (ExpanderTypeEntry)item.Header; 259public IList<ExpanderTypeEntry> Items { get; set; } 272typeof(ExpanderTypeEntry), 278typeof(ExpanderTypeEntry), 284typeof(ExpanderTypeEntry),
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (3)
192var typeEntry = (ExpanderTypeEntry)contentCorrelationDesigner.Tag; 215var items = new List<ExpanderTypeEntry>();