16 references to PIPELINE_PROPERTIES
System.ComponentModel.TypeConverter (16)
System\ComponentModel\TypeDescriptor.cs (16)
1483results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, null); 1488results = PipelineFilter(PIPELINE_PROPERTIES, results, component, null); 1489results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, null); 1496results = PipelineInitialize(PIPELINE_PROPERTIES, results, cache); 1501results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, cache); 1504results = PipelineFilter(PIPELINE_PROPERTIES, results, component, cache); 1505results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, cache); 1560results = PipelineFilter(PIPELINE_PROPERTIES, results, component, null); 1566results = PipelineInitialize(PIPELINE_PROPERTIES, results, cache); 1571results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, cache); 1574results = PipelineFilter(PIPELINE_PROPERTIES, results, component, cache); 1916case PIPELINE_PROPERTIES: 2000case PIPELINE_PROPERTIES: 2045if (pipelineType == PIPELINE_PROPERTIES) 2100case PIPELINE_PROPERTIES: 2255case PIPELINE_PROPERTIES: