2 references to Done
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
249
while (state != IndexerState.
Done
)
353
state = (c == ']') ? IndexerState.
Done
: IndexerState.BeginParam;