1 write to CharacterAttributeFlags
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
280runInfo.CharacterAttributeFlags |= charFlags;
6 references to CharacterAttributeFlags
PresentationCore (6)
MS\Internal\TextFormatting\TextStore.cs (6)
270charFlags = runInfo.CharacterAttributeFlags; 1140if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1322if ((runInfo.CharacterAttributeFlags & (ushort)CharacterAttributeFlags.CharacterDigit) == 0) 1526ushort charFlags = (ushort)runInfo.CharacterAttributeFlags; 1735runInfo.CharacterAttributeFlags, 1777runInfo.CharacterAttributeFlags,