5 references to DelegatePropertyName
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\InvokeDelegateDesigner.xaml.cs (5)
38
builder.AddCustomAttributes(typeof(InvokeDelegate),
DelegatePropertyName
, BrowsableAttribute.No);
72
this.chooser.SelectedPropertyName = ModelItem.Properties[
DelegatePropertyName
].Reference;
88
string propertyName = this.ModelItem.Properties[
DelegatePropertyName
].Reference;
119
this.ModelItem.Properties[
DelegatePropertyName
].SetReference(propertyName);
127
string propertyName = PropertyReferenceUtilities.GetPropertyReference(this.ModelItem.GetCurrentValue(),
DelegatePropertyName
);