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