1 write to CharacterAttributeFlags
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
284runInfo.CharacterAttributeFlags |= charFlags;
6 references to CharacterAttributeFlags
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (6)
274charFlags = runInfo.CharacterAttributeFlags; 1151if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1333if ((runInfo.CharacterAttributeFlags & (ushort)CharacterAttributeFlags.CharacterDigit) == 0) 1537ushort charFlags = (ushort)runInfo.CharacterAttributeFlags; 1743runInfo.CharacterAttributeFlags, 1785runInfo.CharacterAttributeFlags,