3 references to AnnotationElementCollection
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Tracking\Configuration\TrackingQueryElement.cs (3)
27
properties.Add(new ConfigurationProperty(TrackingConfigurationStrings.Annotations, typeof(System.ServiceModel.Activities.Tracking.Configuration.
AnnotationElementCollection
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
35
public
AnnotationElementCollection
Annotations
39
return (
AnnotationElementCollection
)base[TrackingConfigurationStrings.Annotations];