4 references to MaxCchWordToHyphenate
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
2164
} while (lscpChunk > _cpFirst && cchBefore <=
MaxCchWordToHyphenate
);
2169
if (cchBefore >
MaxCchWordToHyphenate
)
2232
&& cchText + cch <
MaxCchWordToHyphenate
2282
} while (cchText <
MaxCchWordToHyphenate
);