2 writes to paramList
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
35paramList = null; 44paramList = list;
2 references to paramList
PresentationFramework (2)
src\Framework\System\Windows\PropertyPath.cs (2)
329parameters = ResolveIndexerParams(_arySVI[level].paramList, context, false); 542IndexerParameterInfo[] indexerParams = ResolveIndexerParams(_arySVI[level].paramList, context, throwOnError);