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