10 references to Indexer
PresentationFramework (10)
src\Framework\MS\Internal\Data\PathParser.cs (1)
378SourceValueType.Indexer,
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (7)
135case SourceValueType.Indexer: 251bool indexerIsNext = (level+1 < SVI.Length && SVI[level+1].type == SourceValueType.Indexer); 270case SourceValueType.Indexer: 379case SourceValueType.Indexer: 448(isIndexer && SVI[k].type == MS.Internal.Data.SourceValueType.Indexer) || 938string cs = (svi.type != SourceValueType.Indexer) ? svi.name : "[" + svi.name + "]"; 1171case SourceValueType.Indexer:
src\Framework\System\Windows\PropertyPath.cs (2)
429case SourceValueType.Indexer: 540else if (_arySVI[level].type == SourceValueType.Indexer)