1 write to isDictionary
System.Activities.Core.Presentation (1)
System\Activities\Presentation\DynamicArgumentDialog.cs (1)
33
DynamicArguments = DynamicArgumentDesigner.ModelItemToWrapperCollection(data, out
isDictionary
, out underlyingArgumentType),
2 references to isDictionary
System.Activities.Core.Presentation (2)
System\Activities\Presentation\DynamicArgumentDialog.cs (2)
34
IsDictionary =
isDictionary
,
54
DynamicArgumentDesigner.WrapperCollectionToModelItem((this.Content as DynamicArgumentDesigner).DynamicArguments, data,
isDictionary
, underlyingArgumentType);