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