3 references to services
System.WorkflowServices (3)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (3)
96
[ConfigurationProperty(
services
, DefaultValue = null)]
101
return (ExtendedWorkflowRuntimeServiceElementCollection) base[
services
];
128
configProperties.Add(new ConfigurationProperty(
services
, typeof(ExtendedWorkflowRuntimeServiceElementCollection), null));