4 references to MaxCchWordToHyphenate
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
2179
} while (lscpChunk > _cpFirst && cchBefore <=
MaxCchWordToHyphenate
);
2184
if (cchBefore >
MaxCchWordToHyphenate
)
2247
&& cchText + cch <
MaxCchWordToHyphenate
2297
} while (cchText <
MaxCchWordToHyphenate
);