1 instantiation of TypeCollectionDesigner
System.Activities.Core.Presentation (1)
System\Activities\Presentation\TypeCollectionPropertyEditor.cs (1)
94TypeCollectionDesigner content = new TypeCollectionDesigner()
5 references to TypeCollectionDesigner
System.Activities.Core.Presentation (5)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (3)
32typeof(TypeCollectionDesigner), 37public static readonly ICommand AddNewTypeCommand = new RoutedCommand("AddNewType", typeof(TypeCollectionDesigner)); 38public static readonly ICommand DeleteTypeCommand = new RoutedCommand("DeleteType", typeof(TypeCollectionDesigner));
System\Activities\Presentation\TypeCollectionPropertyEditor.cs (2)
72foreach (Type i in ((TypeCollectionDesigner)editorWindow.Content).UpdatedTypeCollection) 94TypeCollectionDesigner content = new TypeCollectionDesigner()