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