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