16 references to PIPELINE_PROPERTIES
System.ComponentModel.TypeConverter (16)
System\ComponentModel\TypeDescriptor.cs (16)
1492results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, null);
1497results = PipelineFilter(PIPELINE_PROPERTIES, results, component, null);
1498results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, null);
1505results = PipelineInitialize(PIPELINE_PROPERTIES, results, cache);
1510results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, cache);
1513results = PipelineFilter(PIPELINE_PROPERTIES, results, component, cache);
1514results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, cache);
1569results = PipelineFilter(PIPELINE_PROPERTIES, results, component, null);
1575results = PipelineInitialize(PIPELINE_PROPERTIES, results, cache);
1580results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, cache);
1583results = PipelineFilter(PIPELINE_PROPERTIES, results, component, cache);
1925case PIPELINE_PROPERTIES:
2009case PIPELINE_PROPERTIES:
2054if (pipelineType == PIPELINE_PROPERTIES)
2109case PIPELINE_PROPERTIES:
2264case PIPELINE_PROPERTIES: