1 write to _n
PresentationFramework (1)
MS\Internal\Data\PathParser.cs (1)
85
_n
= _path.Length;
6 references to _n
PresentationFramework (6)
MS\Internal\Data\PathParser.cs (6)
87
if (
_n
== 0)
103
char c = (_index <
_n
) ? _path[_index] : NullChar;
189
while (_index <
_n
&& _path[_index] == '.')
192
while (_index <
_n
&& (level > 0 || !IsSpecialChar(_path[_index])))
251
if (_index >=
_n
)
385
_state = (_index <
_n
) ? State.DrillIn : State.Done;