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