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