5 references to AllowDuplicate
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\InvokeMethodDesigner.xaml.cs (1)
35new EditorOptionAttribute { Name = TypeCollectionPropertyEditor.AllowDuplicate, Value = true });
System\Activities\Presentation\TypeCollectionPropertyEditor.cs (1)
63bool allowDuplication = GetOptionValueOrUseDefault(editingProperty.Attributes, TypeCollectionPropertyEditor.AllowDuplicate, true);
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
75new EditorOptionAttribute { Name = TypeCollectionPropertyEditor.AllowDuplicate, Value = false });
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
79new EditorOptionAttribute { Name = TypeCollectionPropertyEditor.AllowDuplicate, Value = false });
System\ServiceModel\Presentation\ServiceDesigner.xaml.cs (1)
53new EditorOptionAttribute { Name = TypeCollectionPropertyEditor.AllowDuplicate, Value = false },