4 references to validateOnCreate
System.WorkflowServices (4)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (4)
105[ConfigurationProperty(validateOnCreate, DefaultValue = WorkflowRuntimeBehavior.DefaultValidateOnCreate)] 110return (bool) base[validateOnCreate]; 114base[validateOnCreate] = value; 126configProperties.Add(new ConfigurationProperty(validateOnCreate, typeof(bool), true));