12 references to PIPELINE_PROPERTIES
System (12)
compmod\system\componentmodel\TypeDescriptor.cs (12)
2070results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, component, null); 2075results = PipelineFilter(PIPELINE_PROPERTIES, results, component, null); 2076results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, component, null); 2083results = PipelineInitialize(PIPELINE_PROPERTIES, results, cache); 2088results = PipelineMerge(PIPELINE_PROPERTIES, results, extResults, component, cache); 2091results = PipelineFilter(PIPELINE_PROPERTIES, results, component, cache); 2092results = PipelineAttributeFilter(PIPELINE_PROPERTIES, results, attributes, component, cache); 2458case PIPELINE_PROPERTIES: 2546case PIPELINE_PROPERTIES: 2591if (pipelineType == PIPELINE_PROPERTIES) 2649case PIPELINE_PROPERTIES: 2809case PIPELINE_PROPERTIES: