1 write to _isHyphenPositions
PresentationFramework (1)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
178_isHyphenPositions = isHyphenPositions;
3 references to _isHyphenPositions
PresentationFramework (3)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (3)
188get { return (_isHyphenPositions[index / 8] & (1 << index % 8)) != 0; } 203if (_isHyphenPositions != null && currentIndex >= 0) 219if (_isHyphenPositions != null && currentIndex < _numPositions)