1 instantiation of Switch
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
178replySelector = new Switch<string>
4 references to Switch
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\CaseDesigner.xaml.cs (1)
175return item.ItemType.IsGenericType && item.ItemType.GetGenericTypeDefinition() == typeof(Switch<>);
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
302Type type = typeof(Switch<>);
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
173Switch<string> replySelector = null;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelUtilities.cs (1)
24modelItem.Parent.Parent.Parent.ItemType.GetGenericTypeDefinition() == typeof(System.Activities.Statements.Switch<>))