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