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