2 writes to paramList
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
32paramList = null; 41paramList = list;
2 references to paramList
PresentationFramework (2)
System\Windows\PropertyPath.cs (2)
326parameters = ResolveIndexerParams(_arySVI[level].paramList, context, false); 539IndexerParameterInfo[] indexerParams = ResolveIndexerParams(_arySVI[level].paramList, context, throwOnError);