5 writes to _state
PresentationFramework (5)
MS\Internal\Data\PathParser.cs (5)
100
_state
= State.Init;
119
_state
= State.DrillIn;
122
_state
= State.Prop;
145
_state
= State.Prop;
364
_state
= (_index < _n) ? State.DrillIn : State.Done;
2 references to _state
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
102
while (
_state
!= State.Done)
111
switch (
_state
)