3 references to ProfileElementCollection
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Tracking\Configuration\TrackingSection.cs (3)
32properties.Add(new ConfigurationProperty(TrackingConfigurationStrings.Profiles, typeof(System.ServiceModel.Activities.Tracking.Configuration.ProfileElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 40public ProfileElementCollection Profiles 44return (ProfileElementCollection)base[TrackingConfigurationStrings.Profiles];