5 writes to _state
PresentationFramework (5)
MS\Internal\Data\PathParser.cs (5)
99
_state
= State.Init;
118
_state
= State.DrillIn;
121
_state
= State.Prop;
144
_state
= State.Prop;
385
_state
= (_index < _n) ? State.DrillIn : State.Done;
2 references to _state
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
101
while (
_state
!= State.Done)
110
switch (
_state
)