1 write to CharacterAttributeFlags
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
264runInfo.CharacterAttributeFlags |= charFlags;
6 references to CharacterAttributeFlags
PresentationCore (6)
MS\Internal\TextFormatting\TextStore.cs (6)
254charFlags = runInfo.CharacterAttributeFlags; 1124if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1306if ((runInfo.CharacterAttributeFlags & (ushort)CharacterAttributeFlags.CharacterDigit) == 0) 1510ushort charFlags = (ushort)runInfo.CharacterAttributeFlags; 1719runInfo.CharacterAttributeFlags, 1761runInfo.CharacterAttributeFlags,