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