3 references to DelegateArgumentsPropertyName
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\InvokeDelegateDesigner.xaml.cs (3)
39
builder.AddCustomAttributes(typeof(InvokeDelegate),
DelegateArgumentsPropertyName
, PropertyValueEditor.CreateEditorAttribute(typeof(DelegateArgumentsValueEditor)), BrowsableAttribute.Yes);
144
ModelItemCollection collection = this.ModelItem.Properties[
DelegateArgumentsPropertyName
].Value.Properties["ItemsCollection"].Collection;
146
Type underlyingArgumentType = this.ModelItem.Properties[
DelegateArgumentsPropertyName
].Value.GetCurrentValue().GetType().GetGenericArguments()[1];