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