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