11 references to State
PresentationFramework (11)
MS\Internal\Data\PathParser.cs (11)
99_state = State.Init; 101while (_state != State.Done) 112case State.Init: 118_state = State.DrillIn; 121_state = State.Prop; 126case State.DrillIn: 144_state = State.Prop; 147case State.Prop: 385_state = (_index < _n) ? State.DrillIn : State.Done; 394State _state;