2 references to Done
PresentationFramework (2)
src\Framework\MS\Internal\Data\PathParser.cs (2)
103while (_state != State.Done) 387_state = (_index < _n) ? State.DrillIn : State.Done;