1 reference to HyphenSet
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
105
internal static bool IsHyphen(char target) =>
HyphenSet
.Contains(target);