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