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