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