10 references to Indexer
PresentationFramework (10)
MS\Internal\Data\PathParser.cs (1)
356SourceValueInfo info = new(SourceValueType.Indexer, _drillIn, paramList);
MS\Internal\Data\PropertyPathWorker.cs (7)
126case SourceValueType.Indexer: 242bool indexerIsNext = (level + 1 < SVI.Length && SVI[level + 1].type == SourceValueType.Indexer); 261case SourceValueType.Indexer: 372case SourceValueType.Indexer: 441(isIndexer && SVI[k].type == MS.Internal.Data.SourceValueType.Indexer) || 924string cs = (svi.type != SourceValueType.Indexer) ? svi.name : $"[{svi.name}]"; 1162case SourceValueType.Indexer:
System\Windows\PropertyPath.cs (2)
425case SourceValueType.Indexer: 536else if (_arySVI[level].type == SourceValueType.Indexer)