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