1 write to _numPositions
PresentationFramework (1)
System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
152_numPositions = numPositions;
4 references to _numPositions
PresentationFramework (4)
System\Windows\Documents\NaturalLanguageHyphenator.cs (4)
169return _numPositions; 179while (ich < _numPositions && !this[ich]) 182if (ich < _numPositions) 192if (_isHyphenPositions != null && currentIndex < _numPositions)