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)
188
get { return (
_isHyphenPositions
[index / 8] & (1 << index % 8)) != 0; }
203
if (
_isHyphenPositions
!= null && currentIndex >= 0)
219
if (
_isHyphenPositions
!= null && currentIndex < _numPositions)