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