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