1 write to _n
PresentationFramework (1)
src\Framework\MS\Internal\Data\PathParser.cs (1)
87_n = _path.Length;
6 references to _n
PresentationFramework (6)
src\Framework\MS\Internal\Data\PathParser.cs (6)
89if (_n == 0) 105char c = (_index<_n) ? _path[_index] : NullChar; 191while (_index < _n && _path[_index] == '.') 194while (_index < _n && (level > 0 || SpecialChars.IndexOf(_path[_index]) < 0)) 253if (_index >= _n) 387_state = (_index < _n) ? State.DrillIn : State.Done;