10 references to Indexer
PresentationFramework (10)
MS\Internal\Data\PathParser.cs (1)
375SourceValueType.Indexer,
MS\Internal\Data\PropertyPathWorker.cs (7)
127case SourceValueType.Indexer: 243bool indexerIsNext = (level + 1 < SVI.Length && SVI[level + 1].type == SourceValueType.Indexer); 262case SourceValueType.Indexer: 373case SourceValueType.Indexer: 442(isIndexer && SVI[k].type == MS.Internal.Data.SourceValueType.Indexer) || 935string cs = (svi.type != SourceValueType.Indexer) ? svi.name : $"[{svi.name}]"; 1173case SourceValueType.Indexer:
System\Windows\PropertyPath.cs (2)
426case SourceValueType.Indexer: 537else if (_arySVI[level].type == SourceValueType.Indexer)