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