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