2 references to IsHyphen
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
708
if (!
IsHyphen
(lastChar))
1704
if (addSpace && run.Text.Length>0 && !run.Text.EndsWith(" ", StringComparison.Ordinal) && !
IsHyphen
(run.Text[run.Text.Length - 1]))