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