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