7 references to IsJoiner
PresentationCore (7)
MS\Internal\FontFace\PhysicalFontFamily.cs (2)
306
if (Classification.
IsJoiner
(originalChar))
372
if (Classification.
IsJoiner
(ch)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
342
if (Classification.
IsJoiner
(ch))
MS\Internal\Shaping\TypefaceMap.cs (2)
356
if (map[ch] != firstIndex && !Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch))
418
if(!Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch))
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
247
if (canBreakAfterPrecedingChar && !Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch) )
252
canBreakAfterPrecedingChar = !Classification.
IsJoiner
(ch);