10 references to Indexer
PresentationFramework (10)
MS\Internal\Data\PathParser.cs (1)
376SourceValueType.Indexer,
MS\Internal\Data\PropertyPathWorker.cs (7)
133case SourceValueType.Indexer: 249bool indexerIsNext = (level + 1 < SVI.Length && SVI[level + 1].type == SourceValueType.Indexer); 268case SourceValueType.Indexer: 379case SourceValueType.Indexer: 448(isIndexer && SVI[k].type == MS.Internal.Data.SourceValueType.Indexer) || 941string cs = (svi.type != SourceValueType.Indexer) ? svi.name : $"[{svi.name}]"; 1179case SourceValueType.Indexer:
System\Windows\PropertyPath.cs (2)
429case SourceValueType.Indexer: 540else if (_arySVI[level].type == SourceValueType.Indexer)