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