11 references to State
PresentationFramework (11)
MS\Internal\Data\PathParser.cs (11)
100
_state =
State
.Init;
102
while (_state !=
State
.Done)
113
case
State
.Init:
119
_state =
State
.DrillIn;
122
_state =
State
.Prop;
127
case
State
.DrillIn:
145
_state =
State
.Prop;
148
case
State
.Prop:
364
_state = (_index < _n) ?
State
.DrillIn :
State
.Done;
373
private
State
_state;