1 instantiation of DynamicArgumentDesigner
System.Activities.Core.Presentation (1)
System\Activities\Presentation\DynamicArgumentDialog.cs (1)
31
this.Content = new
DynamicArgumentDesigner
()
27 references to DynamicArgumentDesigner
System.Activities.Core.Presentation (27)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (19)
30
typeof(
DynamicArgumentDesigner
));
35
typeof(
DynamicArgumentDesigner
));
40
typeof(
DynamicArgumentDesigner
),
46
typeof(
DynamicArgumentDesigner
),
52
typeof(
DynamicArgumentDesigner
),
58
typeof(
DynamicArgumentDesigner
),
61
public static readonly RoutedCommand CreateDynamicArgumentCommand = new RoutedCommand("CreateDynamicArgumentCommand", typeof(
DynamicArgumentDesigner
));
62
public static readonly RoutedCommand MoveUpArgumentCommand = new RoutedCommand("MoveUpArgumentCommand", typeof(
DynamicArgumentDesigner
));
63
public static readonly RoutedCommand MoveDownArgumentCommand = new RoutedCommand("MoveDownArgumentCommand", typeof(
DynamicArgumentDesigner
));
64
public static readonly RoutedCommand DeleteArgumentCommand = new RoutedCommand("DeleteArgumentCommand", typeof(
DynamicArgumentDesigner
));
91
this.dgHelper.AddNewRowCommand =
DynamicArgumentDesigner
.CreateDynamicArgumentCommand;
260
this.WPF_DataGrid.Columns[
DynamicArgumentDesigner
.DirectionColumn].Visibility = Visibility.Hidden;
264
this.WPF_DataGrid.Columns[
DynamicArgumentDesigner
.DirectionColumn].Visibility = Visibility.Visible;
316
((
DynamicArgumentDesigner
)dependencyObject).OnIsDirectionReadOnlyChanged();
354
this.WPF_DataGrid.Columns[
DynamicArgumentDesigner
.ExpressionColumn].Header = (string)this.FindResource("assignToHeader");
358
this.WPF_DataGrid.Columns[
DynamicArgumentDesigner
.ExpressionColumn].Header = (string)this.FindResource("valueHeader");
492
this.WPF_DataGrid.Columns[
DynamicArgumentDesigner
.NameColumn].Visibility = Visibility.Hidden;
508
this.WPF_DataGrid.Columns[
DynamicArgumentDesigner
.ArgumentTypeColumn].IsReadOnly = !innerArgumentType.IsGenericParameter;
802
public static
DynamicArgumentDesigner
Editor
System\Activities\Presentation\DynamicArgumentDesignerOptions.cs (1)
14
string argumentPrefix =
DynamicArgumentDesigner
.DefaultArgumentPrefix;
System\Activities\Presentation\DynamicArgumentDialog.cs (3)
33
DynamicArguments =
DynamicArgumentDesigner
.ModelItemToWrapperCollection(data, out isDictionary, out underlyingArgumentType),
54
DynamicArgumentDesigner
.WrapperCollectionToModelItem((this.Content as
DynamicArgumentDesigner
).DynamicArguments, data, isDictionary, underlyingArgumentType);
System\ServiceModel\Activities\Presentation\ContentDialogViewModel.cs (2)
139
DynamicArgumentDesigner
.WrapperCollectionToModelItem(this.DynamicArguments,
192
this.DynamicArguments =
DynamicArgumentDesigner
.ModelItemToWrapperCollection(
System\ServiceModel\Activities\Presentation\ReceiveContentDialog.xaml.cs (1)
54
((
DynamicArgumentDesigner
)sender).ParentDialog = this;
System\ServiceModel\Activities\Presentation\SendContentDialog.xaml.cs (1)
54
((
DynamicArgumentDesigner
)sender).ParentDialog = this;