11 references to State
PresentationFramework (11)
MS\Internal\Data\PathParser.cs (11)
101
_state =
State
.Init;
103
while (_state !=
State
.Done)
114
case
State
.Init:
120
_state =
State
.DrillIn;
123
_state =
State
.Prop;
128
case
State
.DrillIn:
146
_state =
State
.Prop;
149
case
State
.Prop:
365
_state = (_index < _n) ?
State
.DrillIn :
State
.Done;
374
private
State
_state;