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