1 write to CharacterAttributeFlags
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
265runInfo.CharacterAttributeFlags |= charFlags;
6 references to CharacterAttributeFlags
PresentationCore (6)
MS\Internal\TextFormatting\TextStore.cs (6)
255charFlags = runInfo.CharacterAttributeFlags; 1125if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1307if ((runInfo.CharacterAttributeFlags & (ushort)CharacterAttributeFlags.CharacterDigit) == 0) 1511ushort charFlags = (ushort)runInfo.CharacterAttributeFlags; 1720runInfo.CharacterAttributeFlags, 1762runInfo.CharacterAttributeFlags,