7 references to IsJoiner
PresentationCore (7)
MS\Internal\FontFace\PhysicalFontFamily.cs (2)
297
if (Classification.
IsJoiner
(originalChar))
363
if (Classification.
IsJoiner
(ch)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
334
if (Classification.
IsJoiner
(ch))
MS\Internal\Shaping\TypefaceMap.cs (2)
348
if (map[ch] != firstIndex && !Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch))
410
if(!Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch))
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
233
if (canBreakAfterPrecedingChar && !Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch) )
238
canBreakAfterPrecedingChar = !Classification.
IsJoiner
(ch);