4 references to GetCustomProperties
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
2119List<CustomProperty> properties = CustomActivityDesignerHelper.GetCustomProperties(serviceProvider);
AuthoringOM\Design\CustomActivityDesigner.cs (1)
518List<CustomProperty> existingCustomProperties = GetCustomProperties(serviceProvider);
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
107this.properties = CustomActivityDesignerHelper.GetCustomProperties(context);
AuthoringOM\Design\UITypeEditors.cs (1)
142List<CustomProperty> properties = CustomActivityDesignerHelper.GetCustomProperties(context);