5 writes to _state
PresentationFramework (5)
MS\Internal\Data\PathParser.cs (5)
98
_state
= State.Init;
117
_state
= State.DrillIn;
120
_state
= State.Prop;
143
_state
= State.Prop;
384
_state
= (_index < _n) ? State.DrillIn : State.Done;
2 references to _state
PresentationFramework (2)
MS\Internal\Data\PathParser.cs (2)
100
while (
_state
!= State.Done)
109
switch (
_state
)