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