3 references to CharacterDigit
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (2)
1307if ((runInfo.CharacterAttributeFlags & (ushort)CharacterAttributeFlags.CharacterDigit) == 0) 1355if ((charAttributes.Flags & (ushort)CharacterAttributeFlags.CharacterDigit) != 0)
System\Windows\Media\Typeface.cs (1)
386(ushort)(CharacterAttributeFlags.CharacterComplex | CharacterAttributeFlags.CharacterDigit) :