7 references to IsJoiner
PresentationCore (7)
MS\Internal\FontFace\PhysicalFontFamily.cs (2)
296
if (Classification.
IsJoiner
(originalChar))
362
if (Classification.
IsJoiner
(ch)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
333
if (Classification.
IsJoiner
(ch))
MS\Internal\Shaping\TypefaceMap.cs (2)
347
if (map[ch] != firstIndex && !Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch))
409
if(!Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch))
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
232
if (canBreakAfterPrecedingChar && !Classification.IsCombining(ch) && !Classification.
IsJoiner
(ch) )
237
canBreakAfterPrecedingChar = !Classification.
IsJoiner
(ch);