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