4 references to MaxCchWordToHyphenate
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
2163
} while (lscpChunk > _cpFirst && cchBefore <=
MaxCchWordToHyphenate
);
2168
if (cchBefore >
MaxCchWordToHyphenate
)
2231
&& cchText + cch <
MaxCchWordToHyphenate
2281
} while (cchText <
MaxCchWordToHyphenate
);