1 write to _isHyphenPositions
PresentationFramework (1)
System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
155_isHyphenPositions = isHyphenPositions;
3 references to _isHyphenPositions
PresentationFramework (3)
System\Windows\Documents\NaturalLanguageHyphenator.cs (3)
165get { return (_isHyphenPositions[index / 8] & (1 << index % 8)) != 0; } 180if (_isHyphenPositions != null && currentIndex >= 0) 196if (_isHyphenPositions != null && currentIndex < _numPositions)