1 write to configProperties
System.WorkflowServices (1)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
124this.configProperties = new ConfigurationPropertyCollection();
8 references to configProperties
System.WorkflowServices (8)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (8)
122if (this.configProperties == null) 125configProperties.Add(new ConfigurationProperty(name, typeof(string), null)); 126configProperties.Add(new ConfigurationProperty(validateOnCreate, typeof(bool), true)); 127configProperties.Add(new ConfigurationProperty(enablePerfCounters, typeof(bool), true)); 128configProperties.Add(new ConfigurationProperty(services, typeof(ExtendedWorkflowRuntimeServiceElementCollection), null)); 129configProperties.Add(new ConfigurationProperty(commonParameters, typeof(NameValueConfigurationCollection), null)); 130configProperties.Add(new ConfigurationProperty(cachedInstanceExpiration, typeof(TimeSpan), WorkflowRuntimeBehavior.DefaultCachedInstanceExpiration)); 133return this.configProperties;