6 references to StateElementCollection
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Tracking\Configuration\ActivityStateQueryElement.cs (3)
25properties.Add(new ConfigurationProperty(TrackingConfigurationStrings.States, typeof(System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 47public StateElementCollection States 49get { return (StateElementCollection)base[TrackingConfigurationStrings.States]; }
System\ServiceModel\Activities\Tracking\Configuration\WorkflowInstanceQueryElement.cs (3)
24properties.Add(new ConfigurationProperty(TrackingConfigurationStrings.States, typeof(System.ServiceModel.Activities.Tracking.Configuration.StateElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 32public StateElementCollection States 34get { return (StateElementCollection)base[TrackingConfigurationStrings.States]; }