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