1 write to _n
PresentationFramework (1)
MS\Internal\Data\PathParser.cs (1)
87_n = _path.Length;
6 references to _n
PresentationFramework (6)
MS\Internal\Data\PathParser.cs (6)
89if (_n == 0) 105char c = (_index < _n) ? _path[_index] : NullChar; 174while (_index < _n && _path[_index] == '.') 177while (_index < _n && (level > 0 || !IsSpecialChar(_path[_index]))) 233if (_index >= _n) 365_state = (_index < _n) ? State.DrillIn : State.Done;