2 instantiations of DynamicArgumentDesignerOptions
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\DelegateArgumentsValueEditor.cs (1)
28
DynamicArgumentDesignerOptions options = new
DynamicArgumentDesignerOptions
();
System\Activities\Presentation\ArgumentCollectionPropertyEditor.cs (1)
42
DynamicArgumentDesignerOptions options = new
DynamicArgumentDesignerOptions
4 references to DynamicArgumentDesignerOptions
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\DelegateArgumentsValueEditor.cs (1)
28
DynamicArgumentDesignerOptions
options = new DynamicArgumentDesignerOptions();
System\Activities\Presentation\ArgumentCollectionPropertyEditor.cs (1)
42
DynamicArgumentDesignerOptions
options = new DynamicArgumentDesignerOptions
System\Activities\Presentation\DynamicArgumentDialog.cs (2)
20
DynamicArgumentDialog(ModelItem activity, ModelItem data, EditingContext context, DependencyObject owner,
DynamicArgumentDesignerOptions
options)
45
public static bool ShowDialog(ModelItem activity, ModelItem data, EditingContext context, DependencyObject owner,
DynamicArgumentDesignerOptions
options)