30 references to CharacterAttributeFlags
PresentationCore (30)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
2143if ((flags & ((ushort)CharacterAttributeFlags.CharacterSpace)) != 0) 2264if ((flags & ((ushort)CharacterAttributeFlags.CharacterSpace)) != 0) 2407if ((flags & ((ushort)CharacterAttributeFlags.CharacterSpace)) != 0)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (20)
233stopMask = (ushort)(CharacterAttributeFlags.CharacterLineBreak | 234CharacterAttributeFlags.CharacterParaBreak | 235CharacterAttributeFlags.CharacterFormatAnchor); 238bidiMask = (ushort)(CharacterAttributeFlags.CharacterRTL); 244stopMask = (ushort)(CharacterAttributeFlags.CharacterCRLF | 245CharacterAttributeFlags.CharacterFormatAnchor); 264charFlags &= (ushort)~(CharacterAttributeFlags.CharacterLineBreak | CharacterAttributeFlags.CharacterParaBreak); 667if ((charFlags & (ushort)CharacterAttributeFlags.CharacterLineBreak) != 0) 713else if ((charFlags & (ushort)CharacterAttributeFlags.CharacterParaBreak) != 0) 735Invariant.Assert((charFlags & (ushort)CharacterAttributeFlags.CharacterFormatAnchor) != 0); 1240(ushort)CharacterAttributeFlags.CharacterLetter | 1241(ushort)CharacterAttributeFlags.CharacterLineBreak; 1252if ((flags & (ushort)CharacterAttributeFlags.CharacterLetter) != 0) 1333if ((runInfo.CharacterAttributeFlags & (ushort)CharacterAttributeFlags.CharacterDigit) == 0) 1381if ((charAttributes.Flags & (ushort)CharacterAttributeFlags.CharacterDigit) != 0) 1422else if ((charAttributes.Flags & (ushort)CharacterAttributeFlags.CharacterLetter) != 0) 1542if ((charFlags & (ushort)CharacterAttributeFlags.CharacterFormatAnchor) != 0) 1935return ( (flags & (ushort) CharacterAttributeFlags.CharacterLineBreak) != 0 1936|| (flags & (ushort) CharacterAttributeFlags.CharacterParaBreak) != 0 );
Core\CSharp\System\Windows\Media\Typeface.cs (7)
401(ushort)(CharacterAttributeFlags.CharacterComplex | CharacterAttributeFlags.CharacterDigit) : 402(ushort)CharacterAttributeFlags.CharacterComplex; 404ushort charFastTextCheck = (ushort)(CharacterAttributeFlags.CharacterFastText | CharacterAttributeFlags.CharacterIdeo); 540if ((charFastTextCheck & (byte) CharacterAttributeFlags.CharacterFastText) != 0) 566else if ((charFastTextCheck & (byte) CharacterAttributeFlags.CharacterIdeo) != 0)