4 references to ProfileElement
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Tracking\Configuration\ProfileElementCollection.cs (2)
10
[ConfigurationCollection(typeof(
ProfileElement
),
15
public sealed class ProfileElementCollection : TrackingConfigurationCollection<
ProfileElement
>
System\ServiceModel\Activities\Tracking\Configuration\TrackingSection.cs (1)
58
foreach (
ProfileElement
profileElement in this.Profiles)
System\ServiceModel\Activities\Tracking\DefaultProfileManager.cs (1)
134
foreach (
ProfileElement
profileElement in trackingSection.Profiles)