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