3 references to BeginParam
PresentationFramework (3)
MS\Internal\Data\PathParser.cs (3)
248
IndexerState state = IndexerState.
BeginParam
;
268
case IndexerState.
BeginParam
: // look for optional (...)
353
state = (c == ']') ? IndexerState.Done : IndexerState.
BeginParam
;