16 references to PIPELINE_PROPERTIES
System.ComponentModel.TypeConverter (16)
System\ComponentModel\TypeDescriptor.cs (16)
1493results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, null); 1498results = PipelineFilter(PIPELINE_PROPERTIES, results, component, null); 1499results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, null); 1506results = PipelineInitialize(PIPELINE_PROPERTIES, results, cache); 1511results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, cache); 1514results = PipelineFilter(PIPELINE_PROPERTIES, results, component, cache); 1515results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, cache); 1570results = PipelineFilter(PIPELINE_PROPERTIES, results, component, null); 1576results = PipelineInitialize(PIPELINE_PROPERTIES, results, cache); 1581results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, cache); 1584results = PipelineFilter(PIPELINE_PROPERTIES, results, component, cache); 1926case PIPELINE_PROPERTIES: 2010case PIPELINE_PROPERTIES: 2055if (pipelineType == PIPELINE_PROPERTIES) 2110case PIPELINE_PROPERTIES: 2265case PIPELINE_PROPERTIES: